fix indentation and remove debug log
This commit is contained in:
parent
1315052756
commit
5b0e62ef3c
1 changed files with 4 additions and 5 deletions
|
@ -383,7 +383,6 @@ class GlobalBindings {
|
||||||
}
|
}
|
||||||
const registerChannel = (channel, channelPath) => {
|
const registerChannel = (channel, channelPath) => {
|
||||||
this._newChannel(channel)
|
this._newChannel(channel)
|
||||||
console.log(channelPath)
|
|
||||||
if(channelPath === channelName) {
|
if(channelPath === channelName) {
|
||||||
console.log(channel)
|
console.log(channel)
|
||||||
client.self.setChannel(channel)
|
client.self.setChannel(channel)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue