Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
DeividVeloso committed Nov 21, 2023
1 parent 51abeef commit ef8aa72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/js/src/Modules/Verto/webrtc/BaseCall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,6 @@ export default abstract class BaseCall implements IWebRTCCall {
case PeerType.Answer:
{
this.setState(State.Answering);
console.log('tmpParams===>', tmpParams);
msg =
this.options.attach === true
? new Attach(tmpParams)
Expand Down

0 comments on commit ef8aa72

Please sign in to comment.