remove unneeded debug log

This commit is contained in:
Mystikfluu 2022-06-16 16:15:08 +02:00
parent b41d420ce1
commit 58734901b1

View File

@ -95,7 +95,6 @@ async function createPost(username,text,time,specialtext,postid,isbot) {
if(specialtext != "")newP.appendChild(spacerTextNode()) if(specialtext != "")newP.appendChild(spacerTextNode())
newP.appendChild(newSpan3) newP.appendChild(newSpan3)
if(isbot==1){ if(isbot==1){
console.log(boticon);
newP.appendChild(spacerTextNode()) newP.appendChild(spacerTextNode())
newP.appendChild(boticon) newP.appendChild(boticon)
} }