remove excessive logging

This commit is contained in:
MathMan05 2024-09-05 15:39:23 -05:00
parent 900af00e37
commit a116c928b2
2 changed files with 0 additions and 2 deletions

View file

@ -526,7 +526,6 @@ class Message extends SnowFlake{
diaolog.show();
}
}
console.log(buttons);
if(buttons.childNodes.length!==0){
this.div.append(buttons);
}