From ddb1c28e1561b08df7decc18948dcd2821ecca24 Mon Sep 17 00:00:00 2001 From: Daniel Brooks Date: Tue, 19 Mar 2019 17:31:56 -0700 Subject: [PATCH] remove stray debugging print --- loader.js | 1 - 1 file changed, 1 deletion(-) diff --git a/loader.js b/loader.js index 32bf29a3..72628f4f 100644 --- a/loader.js +++ b/loader.js @@ -239,7 +239,6 @@ var Module = null; module.indexOf("xmil-") == 0 || module.indexOf("vmac-") == 0)) { let emulator_start_item = metadata.getElementsByTagName("emulator_start"); - console.log(emulator_start_item); if (!emulator_start_item) { throw new Exception("Error: this item does not have an 'emulator_start' metadata value; I don't know what to run."); }