]> arthur.barton.de Git - netdata.git/commitdiff
removed debugging strings
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 5 Feb 2017 18:36:04 +0000 (20:36 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 5 Feb 2017 18:36:04 +0000 (20:36 +0200)
web/dashboard.js

index 7bfa7766ad9bf9104ba765b2a1cf02bc88cea688..4947426f2d010372d94dc0c95591628636f99043 100644 (file)
@@ -2360,13 +2360,13 @@ var NETDATA = window.NETDATA || {};
 
         this.legendShowUndefined = function() {
             if(this.element_legend_childs.title_date !== null)
-                this.__legendSetDateString(' haha ');
+                this.__legendSetDateString(' ');
 
             if(this.element_legend_childs.title_time !== null)
                 this.__legendSetTimeString(this.chart.name);
 
             if(this.element_legend_childs.title_units !== null)
-                this.__legendSetUnitsString(' haha2 ');
+                this.__legendSetUnitsString(' ');
 
             if(this.data && this.element_legend_childs.series !== null) {
                 var labels = this.data.dimension_names;