From 3bfbe688f5a62e29835c7d3c4f282e7fff57949d Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Thu, 18 Jan 2024 17:47:12 +0000 Subject: Rename --- static/index.js | 1 - 1 file changed, 1 deletion(-) (limited to 'static/index.js') diff --git a/static/index.js b/static/index.js index b2e1b45..8d13c63 100644 --- a/static/index.js +++ b/static/index.js @@ -79,7 +79,6 @@ async function loadProgram(js) { /from\s+"\.\/(.+)"/g, `from "${href}precompiled/$1"`, ); - console.log(js1); const js2 = btoa(unescape(encodeURIComponent(js1))); const module = await import("data:text/javascript;base64," + js2); return module.main; -- cgit v1.2.3