remove status log spam

This commit is contained in:
Sem van der Hoeven
2023-05-30 10:46:49 +02:00
parent ea87fbc98c
commit c481260638

View File

@@ -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)