소스 검색

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];