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)