Author:   Lars Michelsen <[email protected]>
Date:     Wed Feb  6 17:42:41 2013 +0100
Committer:   Lars Michelsen <[email protected]>
Commit-Date: Wed Feb  6 17:42:41 2013 +0100

FIX: Removed debug output while recalculating bandwidth of weathermap lines

---

 ChangeLog                                          |    1 +
 .../frontend/nagvis-js/js/NagVisStatefulObject.js  |    2 --
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index eabfa85..78f1232 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@ Core:
 Frontend:
   * Added support for custom context menu actions like connecting via
     SSH, RDP, HTTP, ... to the monitored hosts.
+  * FIX: Removed debug output while recalculating bandwidth of weathermap lines
 
 1.7.5
 Core:
diff --git a/share/frontend/nagvis-js/js/NagVisStatefulObject.js 
b/share/frontend/nagvis-js/js/NagVisStatefulObject.js
index 520f8a4..e904123 100644
--- a/share/frontend/nagvis-js/js/NagVisStatefulObject.js
+++ b/share/frontend/nagvis-js/js/NagVisStatefulObject.js
@@ -678,7 +678,6 @@ var NagVisStatefulObject = NagVisObject.extend({
         var KB   = 1024;
         var MB   = 1024 * 1024;
         var GB   = 1024 * 1024 * 1024;
-        alert(set);
         if(set[1] > GB) {
             set[1] /= GB
             set[2]  = 'Gbit/s'
@@ -704,7 +703,6 @@ var NagVisStatefulObject = NagVisObject.extend({
         var KB   = 1024;
         var MB   = 1024 * 1024;
         var GB   = 1024 * 1024 * 1024;
-        alert(set);
         if(set[1] > GB) {
             set[1] /= GB
             set[2]  = 'GB/s'


------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to