aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/nms-map-handlers.js
diff options
context:
space:
mode:
authorKristian Lyngstol <kristian@bohemians.org>2016-05-23 19:25:15 +0200
committerKristian Lyngstol <kristian@bohemians.org>2016-05-23 19:25:15 +0200
commit0788f2f663297fadcc39cd034a4037399c0f2b4b (patch)
treeebaef2dce6a32f23bcbed631325399068debc4fe /web/js/nms-map-handlers.js
parent34cebee827c1fb2410ea8551a5a3c3242084fc07 (diff)
front: De-noise the ping handler in lack of ping
That was supposed to be a debug thing...
Diffstat (limited to 'web/js/nms-map-handlers.js')
-rw-r--r--web/js/nms-map-handlers.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/js/nms-map-handlers.js b/web/js/nms-map-handlers.js
index 9c9f03a..205adda 100644
--- a/web/js/nms-map-handlers.js
+++ b/web/js/nms-map-handlers.js
@@ -356,7 +356,6 @@ function pingInfo(sw)
ret.score = 900;
}
} catch(e) {
- console.log(e);
ret.data[0].value = "N/A - no ping replies";
ret.why = "No ping replies";
ret.score = 999;