Explorar el Código

fix(): removed obsolete call to setTimeQueryStart

Torkel Ödegaard hace 9 años
padre
commit
e8a209c9b5
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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);
   }