Skip to content

Commit

Permalink
remove stray debugging print
Browse files Browse the repository at this point in the history
  • Loading branch information
db48x committed Mar 20, 2019
1 parent e2808c7 commit ddb1c28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.");
}
Expand Down

0 comments on commit ddb1c28

Please sign in to comment.