diff options
| author | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-23 19:25:15 +0200 | 
|---|---|---|
| committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-23 19:25:15 +0200 | 
| commit | 0788f2f663297fadcc39cd034a4037399c0f2b4b (patch) | |
| tree | ebaef2dce6a32f23bcbed631325399068debc4fe /web/js/nms-map-handlers.js | |
| parent | 34cebee827c1fb2410ea8551a5a3c3242084fc07 (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.js | 1 | 
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;  | 
