remove debug log

This commit is contained in:
encrypt 2020-03-26 22:07:14 +01:00
parent 90b1222473
commit ff89f541f7

View file

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