Removed debugging message

master
WolverinDEV 2021-01-07 14:00:51 +01:00
parent 1b604dd048
commit 13e0d91ee8
1 changed files with 0 additions and 1 deletions

View File

@ -546,7 +546,6 @@ class ChannelTreeController {
for(const entry of this.buildFlatChannelTree()) {
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) {
entries.push({
type: "server",