diff --git a/index.html b/index.html
index ee17542..7f483e7 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
-
`
}
@@ -141,8 +175,6 @@ function startCheck(zoneId, info) {
let data = JSON.parse(event.data);
let el = document.getElementById(zoneId).getElementsByClassName("progress-bar")[0];
k++;
- console.log(JSON.stringify(st));
- console.log(JSON.stringify(data));
if (data.height) {
if (st.info.lastHeight < 1000 || k % 100 === 0) {
setHeightAndWidth(el, data.height, st.info.lastHeight);