From ff89f541f7e36ff4d7f4986cc5123715ef2f930d Mon Sep 17 00:00:00 2001 From: encrypt Date: Thu, 26 Mar 2020 22:07:14 +0100 Subject: [PATCH] remove debug log --- app/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/index.js b/app/index.js index 132f7da..92e64e9 100644 --- a/app/index.js +++ b/app/index.js @@ -384,7 +384,6 @@ class GlobalBindings { const registerChannel = (channel, channelPath) => { this._newChannel(channel) if(channelPath === channelName) { - console.log(channel) client.self.setChannel(channel) } channel.children.forEach(ch => registerChannel(ch, channelPath+"/"+ch.name))