Skip to content

Commit b6c22e0

Browse files
committed
Remove console.log
1 parent 447ad9f commit b6c22e0

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

html/reload.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ function LoadData(id) {
99
if (this.readyState === 4 && this.status === 200) {
1010
let data = JSON.parse(this.responseText);
1111
let type = data.raw.Type;
12-
console.log("refresh:");
1312
// insert data into html
1413
let serverid = document.getElementById("server_"+id);
1514
if (data.Status === 1) {

html/script.js

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)