Ver código fonte

unnecessary cb

Michelle Bu 12 anos atrás
pai
commit
17b2d7fcba
1 arquivos alterados com 0 adições e 1 exclusões
  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);
   });
 };