fix(): removed obsolete call to setTimeQueryStart

This commit is contained in:
Torkel Ödegaard
2016-04-09 15:00:47 -04:00
parent 781fed1079
commit e8a209c9b5

View File

@@ -184,7 +184,6 @@ class MetricsPanelCtrl extends PanelCtrl {
cacheTimeout: this.panel.cacheTimeout
};
this.setTimeQueryStart();
return datasource.query(metricsQuery);
}