Graph: removed console logs

This commit is contained in:
Torkel Ödegaard
2014-10-11 06:08:33 -04:00
parent 1bf1469c80
commit 88bbc720ca
-3
View File
@@ -185,10 +185,7 @@ function (angular, $, kbn, moment, _, GraphTooltip) {
}
if (data.length && data[0].stats.timeStep) {
console.log('timeStep', data[0].stats.timeStep);
console.log('timeStep2', data[1].stats.timeStep);
options.series.bars.barWidth = data[0].stats.timeStep / 1.5;
console.log('barWidth', data[1].stats.timeStep);
}
addTimeAxis(options);