From 212e85c7b4a8ec8576aa3d4f2e9ae7d071267a73 Mon Sep 17 00:00:00 2001 From: Ethan O'Brien <77750390+ethanaobrien@users.noreply.github.com> Date: Thu, 6 Jul 2023 12:38:36 -0500 Subject: [PATCH] Update core files --- data/emulator.js | 1 - 1 file changed, 1 deletion(-) 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];