Commit 4c795914 by Torkel Ödegaard

fix(graphite): removed debug comment

parent a9812167
......@@ -154,9 +154,7 @@ function (angular, _, $, config, dateMath, moment) {
date = date.replace('M', 'mon');
return date;
}
console.log('date: ' + date + ' round up: ' + roundUp);
date = dateMath.parse(date, roundUp);
console.log('date: ' + date + ' round up: ' + roundUp + ' ' + date.format('YYYY-MM-DD:HH:mm'));
}
date = moment.utc(date);
......
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