Cleaned up console logs.
This commit is contained in:
parent
4fc8f977f9
commit
277d35a54b
@ -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));
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user