Commit 679f2aa2 by Torkel Ödegaard

removed console logging, left by mistake in last commit

parent 1ac9b50f
......@@ -374,7 +374,6 @@ function (angular, $, kbn, moment, _, GraphTooltip) {
if (min && max && ticks) {
var secPerTick = ((max - min) / ticks) / 1000;
console.log('secPerTick', secPerTick);
if (secPerTick <= 45) {
return "%H:%M:%S";
}
......
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