removed debugging statement
parent
88cbf1383a
commit
1a2d78eec5
|
@ -61,7 +61,6 @@ export class NativeWebRTCVoiceBridge extends WebRTCVoiceBridge {
|
|||
}
|
||||
|
||||
async setInput(input: AbstractInput | undefined) {
|
||||
console.error("SET INPUT: %o", input);
|
||||
if (this.currentInput === input)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in New Issue