diff --git a/front/src/WebRtc/SimplePeer.ts b/front/src/WebRtc/SimplePeer.ts index a4be6bca..02f35329 100644 --- a/front/src/WebRtc/SimplePeer.ts +++ b/front/src/WebRtc/SimplePeer.ts @@ -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); }) } -} \ No newline at end of file +}