From c48126063898db8f6d301878102630cc276015f7 Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Tue, 30 May 2023 10:46:49 +0200 Subject: [PATCH] remove status log spam --- api/views/index.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/views/index.ejs b/api/views/index.ejs index d0b03d05..5c5d3d28 100644 --- a/api/views/index.ejs +++ b/api/views/index.ejs @@ -66,7 +66,7 @@ xhr.open("GET", "/status", true); xhr.onreadystatechange = function () { if (this.status == 200) { - console.log(this.responseText); + // console.log(this.responseText); if (this.responseText.length > 0) { var status = JSON.parse(this.responseText); // console.log(status)