Explorar el Código

Merge pull request #224 from rashidkpc/master

removed debug statement
Rashid Khan hace 12 años
padre
commit
fab560411b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      panels/pie/module.js

+ 0 - 1
panels/pie/module.js

@@ -200,7 +200,6 @@ angular.module('kibana.pie', [])
             show: scope.panel.labels,
             radius: 2/3,
             formatter: function(label, series){
-              console.log(series)
               return '<div "style="font-size:8pt;text-align:center;padding:2px;color:white;">'+
                 label+'<br/>'+Math.round(series.percent)+'%</div>';
             },