Removing log trace
authorDavid NĂ©grier <d.negrier@thecodingmachine.com>
Thu, 14 May 2020 20:00:31 +0000 (22:00 +0200)
committerGitHub <noreply@github.com>
Thu, 14 May 2020 20:00:31 +0000 (22:00 +0200)
front/src/WebRtc/SimplePeer.ts

index a4be6bcac4e46c12bbec5c0fb3a87a505c459bfb..02f35329c01fd1fad1372e4b6e11098d427c4b68 100644 (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);
         })
     }
-}
\ No newline at end of file
+}