Skip to content

Commit

Permalink
+ comment out debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarlson committed Aug 29, 2010
1 parent 25836e2 commit b4def31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion counters.json
@@ -1 +1 @@
{"numEdits":3741}
{"numEdits":3826}
2 changes: 1 addition & 1 deletion nodelay.js
Expand Up @@ -145,7 +145,7 @@ function processEdit(json) {
//console.log('skipping source', edit.source, sourcelang);
return;
}
console.log(json);
//console.log(json);

// Update the list
var li = document.createElement('li');
Expand Down

0 comments on commit b4def31

Please sign in to comment.