removed debugging statement

canary
WolverinDEV 2020-08-24 10:37:54 +02:00
parent 88cbf1383a
commit 1a2d78eec5
1 changed files with 0 additions and 1 deletions

View File

@ -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;