diff options
author | Jonas Lindstad <jonaslindstad@gmail.com> | 2016-05-24 13:04:34 +0200 |
---|---|---|
committer | Jonas Lindstad <jonaslindstad@gmail.com> | 2016-05-24 13:04:34 +0200 |
commit | 2c9306e5be42d73c376ebdad5d927f63d4f3af86 (patch) | |
tree | 4442e9a49a23edc5581f9341043e34de5258af36 /web/js/nms-map-handlers.js | |
parent | d7db901796438c811ab239ecbbee0ad0dd49832c (diff) | |
parent | 78684bd2f31a6e8bd174219d363d116e1273f6a2 (diff) |
Merge branch 'master' of https://github.com/tech-server/gondul
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; |