removes a lot of uneeded logs

This commit is contained in:
MathMan05
2024-06-24 16:31:02 -05:00
parent 8a1d7ee38b
commit c70008835c
8 changed files with 0 additions and 29 deletions

View File

@@ -314,7 +314,6 @@ class guild{
//this.printServers();
this.sortchannels();
this.printServers();
console.log("html")
const build=document.createElement("div");
for(const thing of this.headchannels){
build.appendChild(thing.createguildHTML(this.isAdmin()));
@@ -356,7 +355,6 @@ class guild{
return this.roleids[ID];
}
hasRole(r){
console.log(typeof r,(typeof ""));
if((typeof r)!==(typeof "")){
r=r.id;
}