Browse Source

remove console.log

ericz 12 years ago
parent
commit
2a0ddb2769
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/server.js

+ 0 - 1
lib/server.js

@@ -279,7 +279,6 @@ PeerServer.prototype._startStreaming = function(res, key, id, token, open) {
 };
 
 PeerServer.prototype._pruneOutstanding = function() {
-  console.log('before prune', this._outstanding);
   var keys = Object.keys(this._outstanding);
   for (var k = 0, kk = keys.length; k < kk; k++) {
     var key = keys[k];