Removing dead code
This commit is contained in:
parent
4ec92ddf58
commit
227575043b
6 changed files with 3 additions and 114 deletions
|
@ -135,8 +135,6 @@ export class VideoPeer extends Peer {
|
|||
|
||||
this.on('connect', () => {
|
||||
this._connected = true;
|
||||
mediaManager.isConnected("" + this.userId);
|
||||
console.info(`connect => ${this.userId}`);
|
||||
});
|
||||
|
||||
this.on('data', (chunk: Buffer) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue