Commit 7ba4f6b9 by Torkel Ödegaard

Singlestat: removed debug console.log

parent e16a51ad
......@@ -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;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment