From e5d66bb13c8e8e82702579813bfa6f4111e518b3 Mon Sep 17 00:00:00 2001 From: flifloo Date: Sun, 2 Feb 2020 16:10:08 +0100 Subject: [PATCH] Nothing to see here --- app/static/js/pc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/static/js/pc.js b/app/static/js/pc.js index bbcf093..5a49005 100644 --- a/app/static/js/pc.js +++ b/app/static/js/pc.js @@ -279,7 +279,6 @@ function hinter(ev) { } socket.on("list users", data => { - console.log(data); let user_list = document.getElementById("user_list"); user_list.innerHTML = ""; for (let u of data["list"]) {