Author:   Lars Michelsen <[email protected]>
Date:     Fri Feb  3 14:53:11 2012 +0100
Committer:   Lars Michelsen <[email protected]>
Commit-Date: Fri Feb  3 14:53:11 2012 +0100

Removed debug outputs

---

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

diff --git a/share/frontend/nagvis-js/js/NagVisStatefulObject.js 
b/share/frontend/nagvis-js/js/NagVisStatefulObject.js
index ccff82d..16d20af 100644
--- a/share/frontend/nagvis-js/js/NagVisStatefulObject.js
+++ b/share/frontend/nagvis-js/js/NagVisStatefulObject.js
@@ -620,12 +620,10 @@ var NagVisStatefulObject = NagVisObject.extend({
      */
     getColorFill: function(perc) {
         var ranges = this.conf.line_weather_colors.split(',');
-        alert(this.conf.line_weather_colors);
         // 0 contains the percentage until this color is used
         // 1 contains the color to be used
         for(var i = 0; i < ranges.length; i++) {
             var parts = ranges[i].split(':');
-            alert(parseInt(perc) + ' ' + parts[0]);
             if(parseInt(perc) <= parts[0])
                 return parts[1];
             parts = null;


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to