From: David NĂ©grier Date: Thu, 14 May 2020 20:00:31 +0000 (+0200) Subject: Removing log trace X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=34d3a292db832993229dd162ddc7f55a618fa4df;p=libreadventure.git Removing log trace --- diff --git a/front/src/WebRtc/SimplePeer.ts b/front/src/WebRtc/SimplePeer.ts index a4be6bc..02f3532 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 +}