diff --git a/lib/user/program.js b/lib/user/program.js index 52e9efe..b99690a 100644 --- a/lib/user/program.js +++ b/lib/user/program.js @@ -23,7 +23,6 @@ Program.registerInterpreter = function(type, fn, isRequest) { fn: fn, isRequest: isRequest }; - console.log(Program.interpreters[type]); };