Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Jul 17, 2023
1 parent a9a688d commit 1d0e4ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/handlers/Chrome111.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,6 @@ export class Chrome111 extends HandlerInterface
{
this._pc.addEventListener('connectionstatechange', () =>
{
console.log('FOOOO this._pc.iceConnectionState:', this._pc.iceConnectionState);

this.emit('@connectionstatechange', this._pc.connectionState);
});
}
Expand Down

0 comments on commit 1d0e4ac

Please sign in to comment.