remove status log spam
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user