Skip to content

Commit

Permalink
removed some debug comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Joss Crowcroft committed Oct 5, 2011
1 parent 756633d commit 74065e0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js/sandbox-console.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ var Sandbox = {
if (_.isObject(item.result)) item.result = item.result.toString().replace(/"/g, '\\"');
if (_.isUndefined(item.result)) item.result = "undefined";

//
/* console.log(typeof item.result, item.result); */
/* return false */
// Add the command and result to the history
history.push(item);

Expand Down

0 comments on commit 74065e0

Please sign in to comment.