remove debug log
This commit is contained in:
parent
90b1222473
commit
ff89f541f7
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue