From e8a209c9b5b7ccc3aa2473ac58d96ad5b7bfac9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sat, 9 Apr 2016 15:00:47 -0400 Subject: [PATCH] fix(): removed obsolete call to setTimeQueryStart --- public/app/features/panel/metrics_panel_ctrl.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/public/app/features/panel/metrics_panel_ctrl.ts b/public/app/features/panel/metrics_panel_ctrl.ts index fc98719392e..df4e912211e 100644 --- a/public/app/features/panel/metrics_panel_ctrl.ts +++ b/public/app/features/panel/metrics_panel_ctrl.ts @@ -184,7 +184,6 @@ class MetricsPanelCtrl extends PanelCtrl { cacheTimeout: this.panel.cacheTimeout }; - this.setTimeQueryStart(); return datasource.query(metricsQuery); }