]> arthur.barton.de Git - netdata.git/commitdiff
commented debug info
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 10 Apr 2016 14:40:57 +0000 (17:40 +0300)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 10 Apr 2016 14:40:57 +0000 (17:40 +0300)
web/index.html

index 40e0f05f4fddf93ee1c0f3adaa51864dddc0b51e..ec545c821d7fbad1c72e547c8d22c43554eaa886 100644 (file)
@@ -1868,7 +1868,7 @@ function finalizePage() {
                        var self = $('#' + option);
 
                        if(self.prop('checked') !== NETDATA.getOption(option)) {
-                               console.log('switching ' + option.toString());
+                               // console.log('switching ' + option.toString());
                                self.bootstrapToggle(NETDATA.getOption(option)?'on':'off');
                        }
                }