From 1a2d78eec5c81ef0df616fba64f44eb40c58688f Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Mon, 24 Aug 2020 10:37:54 +0200 Subject: [PATCH] removed debugging statement --- web/app/voice/bridge/NativeWebRTCVoiceBridge.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/web/app/voice/bridge/NativeWebRTCVoiceBridge.ts b/web/app/voice/bridge/NativeWebRTCVoiceBridge.ts index 2552a29f..4bbef0a6 100644 --- a/web/app/voice/bridge/NativeWebRTCVoiceBridge.ts +++ b/web/app/voice/bridge/NativeWebRTCVoiceBridge.ts @@ -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;