Cleaned up console logs.

This commit is contained in:
Ben Garrett 2021-06-17 19:18:53 +10:00
parent 4fc8f977f9
commit 277d35a54b
2 changed files with 0 additions and 2 deletions

View File

@ -34,7 +34,6 @@
const extractSave = () => {
const index = config.get(`path`).lastIndexOf(`/`),
filename = config.get(`filename`);
console.log(typeof filename, filename);
if (filename !== null) return;
if (index)
return config.set(`filename`, config.get(`path`).slice(index + 1));

View File

@ -621,7 +621,6 @@ window.Module = null;
// so let's map the prefixed versions to the correct function.
canvas.requestPointerLock = getPointerLockEnabler(canvas);
moveConfigToRoot(gameData.fileSystem);
console.log(gameData);
Module = initializeModule(
gameData.emulatorArguments,
gameData.fileSystem,