]> granicus.if.org Git - nethack/commitdiff
remove stray console.log
authorAdam Powers <apowers@ato.ms>
Tue, 1 Sep 2020 20:11:09 +0000 (13:11 -0700)
committerAdam Powers <apowers@ato.ms>
Tue, 1 Sep 2020 20:11:09 +0000 (13:11 -0700)
sys/lib/npm-package/src/nethackShim.js

index 98d0cf8081d64c8f251b977e6f9f1b38926ee3c2..63846027801fe013b6f71e5b27b1b0e5964ae46b 100644 (file)
@@ -4,7 +4,6 @@ let Module;
 let userCallback;
 let savedOnRuntimeInitialized;
 function nethackStart(cb, inputModule = {}) {
-    console.log("cb is", cb);
     if(typeof cb !== "function") throw new TypeError("expected first argument to be callback function");
     if(typeof inputModule !== "object") throw new TypeError("expected second argument to be object");