From 0788f2f663297fadcc39cd034a4037399c0f2b4b Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Mon, 23 May 2016 19:25:15 +0200 Subject: front: De-noise the ping handler in lack of ping That was supposed to be a debug thing... --- web/js/nms-map-handlers.js | 1 - 1 file changed, 1 deletion(-) (limited to 'web/js/nms-map-handlers.js') 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; -- cgit v1.2.3