Browse Source

remove console.log

ericz 12 năm trước cách đây
mục cha
commit
2a0ddb2769
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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() {
 PeerServer.prototype._pruneOutstanding = function() {
-  console.log('before prune', this._outstanding);
   var keys = Object.keys(this._outstanding);
   var keys = Object.keys(this._outstanding);
   for (var k = 0, kk = keys.length; k < kk; k++) {
   for (var k = 0, kk = keys.length; k < kk; k++) {
     var key = keys[k];
     var key = keys[k];