remove stray debugging print

This commit is contained in:
Daniel Brooks
2019-03-19 17:31:56 -07:00
parent e2808c7006
commit ddb1c28e15
-1
View File
@@ -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.");
}