Removed debugging message
This commit is contained in:
parent
1b604dd048
commit
13e0d91ee8
1 changed files with 0 additions and 1 deletions
|
@ -546,7 +546,6 @@ class ChannelTreeController {
|
||||||
|
|
||||||
for(const entry of this.buildFlatChannelTree()) {
|
for(const entry of this.buildFlatChannelTree()) {
|
||||||
if(!fullInfoEntries || fullInfoEntries.indexOf(entry.entry.uniqueEntryId) !== -1) {
|
if(!fullInfoEntries || fullInfoEntries.indexOf(entry.entry.uniqueEntryId) !== -1) {
|
||||||
console.error("Sending full info for %o - %o", entry.entry.uniqueEntryId, fullInfoEntries);
|
|
||||||
if(entry.entry instanceof ServerEntry) {
|
if(entry.entry instanceof ServerEntry) {
|
||||||
entries.push({
|
entries.push({
|
||||||
type: "server",
|
type: "server",
|
||||||
|
|
Loading…
Add table
Reference in a new issue