mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(graphite): removed debug comment
This commit is contained in:
parent
a9812167d7
commit
4c79591403
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user