diff --git a/src/ChannelManager.ts b/src/ChannelManager.ts index 76d7996..acc0446 100644 --- a/src/ChannelManager.ts +++ b/src/ChannelManager.ts @@ -67,7 +67,6 @@ export class ChannelManager extends EventEmitter { let nameList: string[] = []; for (let i = 0; i < pathList.length; i++) { let currentPath = pathList.slice(0, i + 1).join("/"); - console.log(currentPath); let findedName = this.channelName[currentPath]; if (findedName) { nameList.push(findedName);