From 1af107edd2b8ee1e38264817b013d95e90e845d5 Mon Sep 17 00:00:00 2001 From: Justin Schreiber Date: Thu, 6 Oct 2022 12:32:40 -0400 Subject: [PATCH] remove console log --- public/scripts/text.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/scripts/text.js b/public/scripts/text.js index 15c76b8..4b17532 100644 --- a/public/scripts/text.js +++ b/public/scripts/text.js @@ -16,7 +16,6 @@ window.onload = () => { else x+=1; let iptext = document.getElementById("ip-text"); iptext.innerText = `http://${ipaddr[x]}:3000`; - console.log(ipaddr[x]); })); }); }