member logging reduced

This commit is contained in:
MathMan05 2024-08-14 12:14:20 -05:00
parent 9748ce2372
commit a605f1672a
2 changed files with 0 additions and 4 deletions

View file

@ -98,7 +98,6 @@ class Member{
const promoise=prom1.then(_=>_.json()).then(json=>{
const memb=new Member(json,guild);
Member.already[guild.id][id]=memb;
console.log("resolved")
return memb
})
Member.already[guild.id][id]=promoise;
@ -140,7 +139,6 @@ class Member{
bind(html:HTMLElement){
if(html.tagName==="SPAN"){
if(!this) {return};
console.log(this.error);
if(this.error){
const error=document.createElement("span");
error.textContent="!";