Removing log trace

This commit is contained in:
David Négrier 2020-05-14 22:00:31 +02:00 committed by GitHub
parent b467adece9
commit 34d3a292db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,6 @@ export class SimplePeer implements SimplePeerInterface{
}
}
this.MediaManager.removeActiveVideo(user.userId);
console.log("name", name);
this.MediaManager.addActiveVideo(user.userId, name);
let peer : any = new Peer({
@ -243,4 +242,4 @@ export class SimplePeer implements SimplePeerInterface{
this.addMedia(user.userId);
})
}
}
}