projects
/
libreadventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b467ade
)
Removing log trace
author
David NĂ©grier
<d.negrier@thecodingmachine.com>
Thu, 14 May 2020 20:00:31 +0000
(22:00 +0200)
committer
GitHub
<noreply@github.com>
Thu, 14 May 2020 20:00:31 +0000
(22:00 +0200)
front/src/WebRtc/SimplePeer.ts
patch
|
blob
|
blame
|
history
diff --git
a/front/src/WebRtc/SimplePeer.ts
b/front/src/WebRtc/SimplePeer.ts
index a4be6bcac4e46c12bbec5c0fb3a87a505c459bfb..02f35329c01fd1fad1372e4b6e11098d427c4b68 100644
(file)
--- 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
+}