diff --git a/data/emulator.js b/data/emulator.js index 2c4f30e..2ee90c3 100644 --- a/data/emulator.js +++ b/data/emulator.js @@ -635,7 +635,6 @@ class EmulatorJS { if (this.getCore(true) === "psx") { execFile = this.gameManager.createCueFile(fileNames); } - console.log(data); for (const k in data) { if (k === "!!notCompressedData") { const fileName = this.config.gameUrl.startsWith("blob:") ? this.config.gameName || "game" : this.config.gameUrl.split('/').pop().split("#")[0].split("?")[0];