Browse Source

fix(): removed obsolete call to setTimeQueryStart

Torkel Ödegaard 9 years ago
parent
commit
e8a209c9b5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      public/app/features/panel/metrics_panel_ctrl.ts

+ 0 - 1
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);
   }