mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 03:33:56 +00:00
Remove logging
This commit is contained in:
@@ -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}`;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user