removed debugging statement
This commit is contained in:
parent
88cbf1383a
commit
1a2d78eec5
1 changed files with 0 additions and 1 deletions
|
@ -61,7 +61,6 @@ export class NativeWebRTCVoiceBridge extends WebRTCVoiceBridge {
|
||||||
}
|
}
|
||||||
|
|
||||||
async setInput(input: AbstractInput | undefined) {
|
async setInput(input: AbstractInput | undefined) {
|
||||||
console.error("SET INPUT: %o", input);
|
|
||||||
if (this.currentInput === input)
|
if (this.currentInput === input)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue