From 1c95160ede3606ffefe328b04fc994e5cf3ce8f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillermo=20Vay=C3=A1?= Date: Mon, 14 Mar 2022 13:30:20 +0100 Subject: [PATCH] Remove object logging (#28) --- webapp/src/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/src/index.tsx b/webapp/src/index.tsx index 5c6c39de1..3f208c77f 100644 --- a/webapp/src/index.tsx +++ b/webapp/src/index.tsx @@ -455,7 +455,6 @@ export default class Plugin { if (resp.data.enabled && connectedChannelID(store.getState()) !== channelID) { this.registerChannelHeaderMenuButton(); } - console.log(resp.data); store.dispatch({ type: resp.data.enabled ? VOICE_CHANNEL_ENABLE : VOICE_CHANNEL_DISABLE, });