Browse Source

fix(): removed obsolete call to setTimeQueryStart

Torkel Ödegaard 9 năm trước cách đây
mục cha
commit
e8a209c9b5
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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);
   }