remove very exsesive logging
This commit is contained in:
parent
9bf6da8592
commit
a221e91c02
2 changed files with 0 additions and 4 deletions
|
@ -182,12 +182,10 @@ class Message{
|
|||
obj.classList.add("messagediv");
|
||||
}
|
||||
deleteDiv(){
|
||||
console.log(this.id);
|
||||
if(!this.div) return;
|
||||
try{
|
||||
this.div.remove();
|
||||
this.div=null;
|
||||
console.log("done");
|
||||
}catch(e){
|
||||
console.error(e)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue