Skip to content

Commit

Permalink
Removed logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Leach committed Jan 24, 2013
1 parent 225d3b6 commit 447e6bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/user/program.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Program.registerInterpreter = function(type, fn, isRequest) {
fn: fn,
isRequest: isRequest
};
console.log(Program.interpreters[type]);
};


Expand Down

0 comments on commit 447e6bd

Please sign in to comment.