remove unneeded debug log
This commit is contained in:
parent
b41d420ce1
commit
58734901b1
@ -95,7 +95,6 @@ async function createPost(username,text,time,specialtext,postid,isbot) {
|
||||
if(specialtext != "")newP.appendChild(spacerTextNode())
|
||||
newP.appendChild(newSpan3)
|
||||
if(isbot==1){
|
||||
console.log(boticon);
|
||||
newP.appendChild(spacerTextNode())
|
||||
newP.appendChild(boticon)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user