remove status log spam
This commit is contained in:
@@ -66,7 +66,7 @@
|
|||||||
xhr.open("GET", "/status", true);
|
xhr.open("GET", "/status", true);
|
||||||
xhr.onreadystatechange = function () {
|
xhr.onreadystatechange = function () {
|
||||||
if (this.status == 200) {
|
if (this.status == 200) {
|
||||||
console.log(this.responseText);
|
// console.log(this.responseText);
|
||||||
if (this.responseText.length > 0) {
|
if (this.responseText.length > 0) {
|
||||||
var status = JSON.parse(this.responseText);
|
var status = JSON.parse(this.responseText);
|
||||||
// console.log(status)
|
// console.log(status)
|
||||||
|
|||||||
Reference in New Issue
Block a user