remove stray console.log
This commit is contained in:
@@ -4,7 +4,6 @@ let Module;
|
|||||||
let userCallback;
|
let userCallback;
|
||||||
let savedOnRuntimeInitialized;
|
let savedOnRuntimeInitialized;
|
||||||
function nethackStart(cb, inputModule = {}) {
|
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 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");
|
if(typeof inputModule !== "object") throw new TypeError("expected second argument to be object");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user