From db6b325aef9c4b132551c4261aa78dfd91196c79 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Wed, 9 Jul 2025 19:32:12 +0200 Subject: [PATCH] Remove logging --- page/public/emulator-worker.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/page/public/emulator-worker.js b/page/public/emulator-worker.js index 6f2c41ea..58c093d7 100644 --- a/page/public/emulator-worker.js +++ b/page/public/emulator-worker.js @@ -78,9 +78,6 @@ function runEmulation(file, options, persist, wasm64, cacheBuster) { arguments: mainArguments, noInitialRun: true, locateFile: (path, scriptDirectory) => { - console.log(path); - console.log(scriptDirectory); - const bitness = wasm64 ? "64" : "32"; return `${scriptDirectory}${bitness}/${path}?${cacheBuster}`; },