Get rid of exesive logging
This commit is contained in:
parent
3952698d31
commit
0a1b574f2a
12 changed files with 0 additions and 32 deletions
|
@ -130,7 +130,6 @@ class Guild{
|
|||
this.headchannels=[];
|
||||
for(const thing of this.channels){
|
||||
const parent=thing.resolveparent(this);
|
||||
console.log(parent,":3")
|
||||
if(!parent){
|
||||
this.headchannels.push(thing);
|
||||
}
|
||||
|
@ -367,14 +366,12 @@ class Guild{
|
|||
}
|
||||
}
|
||||
getHTML(){
|
||||
console.log("found :3",this.headchannels)
|
||||
//this.printServers();
|
||||
this.sortchannels();
|
||||
this.printServers();
|
||||
const build=document.createElement("div");
|
||||
|
||||
for(const thing of this.headchannels){
|
||||
console.log("found :3")
|
||||
build.appendChild(thing.createguildHTML(this.isAdmin()));
|
||||
}
|
||||
return build;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue