removed debugging statement

This commit is contained in:
WolverinDEV 2020-08-24 10:37:54 +02:00
parent 88cbf1383a
commit 1a2d78eec5

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;