Explorar o código

Singlestat: removed debug console.log

Torkel Ödegaard %!s(int64=11) %!d(string=hai) anos
pai
achega
7ba4f6b93f
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/app/panels/singlestat/module.js

+ 0 - 1
src/app/panels/singlestat/module.js

@@ -166,7 +166,6 @@ function (angular, app, _, TimeSeries, kbn) {
       var result = {};
       result.decimals = Math.max(0, dec);
       result.scaledDecimals = result.decimals - Math.floor(Math.log(size) / Math.LN10);
-      console.log(result);
 
       return result;
     };