Singlestat: removed debug console.log

This commit is contained in:
Torkel Ödegaard
2014-11-07 13:56:28 +01:00
parent e16a51ad06
commit 7ba4f6b93f

View File

@@ -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;
};