member logging reduced
This commit is contained in:
parent
9748ce2372
commit
a605f1672a
2 changed files with 0 additions and 4 deletions
|
@ -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="!";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue