Browse Source

unnecessary cb

Michelle Bu 12 năm trước cách đây
mục cha
commit
17b2d7fcba
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      public/js/sink.js

+ 0 - 1
public/js/sink.js

@@ -43,7 +43,6 @@ SinkPeer.prototype.socketInit = function(cb) {
         console.log('failed to setRemoteDescription with offer, ', err);
       });
     });
-    cb(self._id);
   });
 };