remove excessive logging
This commit is contained in:
parent
900af00e37
commit
a116c928b2
2 changed files with 0 additions and 2 deletions
|
@ -531,7 +531,6 @@ class Message extends SnowFlake {
|
||||||
diaolog.show();
|
diaolog.show();
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
console.log(buttons);
|
|
||||||
if (buttons.childNodes.length !== 0) {
|
if (buttons.childNodes.length !== 0) {
|
||||||
this.div.append(buttons);
|
this.div.append(buttons);
|
||||||
}
|
}
|
||||||
|
|
|
@ -526,7 +526,6 @@ class Message extends SnowFlake{
|
||||||
diaolog.show();
|
diaolog.show();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.log(buttons);
|
|
||||||
if(buttons.childNodes.length!==0){
|
if(buttons.childNodes.length!==0){
|
||||||
this.div.append(buttons);
|
this.div.append(buttons);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue