浏览代码

remove console.log

ericz 12 年之前
父节点
当前提交
2a0ddb2769
共有 1 个文件被更改,包括 0 次插入1 次删除
  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];