From 58734901b1d5e58d285431fb510c9cfe2ee37bc6 Mon Sep 17 00:00:00 2001 From: Mystikfluu Date: Thu, 16 Jun 2022 16:15:08 +0200 Subject: [PATCH] remove unneeded debug log --- js/posts.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/posts.js b/js/posts.js index 225487a..ffcbac4 100644 --- a/js/posts.js +++ b/js/posts.js @@ -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) }