Browse Source

-console.log(thresholds)

master
Coin de Gamma 5 years ago
parent
commit
c40f7fb918
  1. 1
      src/controllers/analytic_controller.ts

1
src/controllers/analytic_controller.ts

@ -361,7 +361,6 @@ export class AnalyticController {
async updateThresholds() {
const ids = _.map(this._panelObject.analyticUnits, (analyticUnit: any) => analyticUnit.id);
const thresholds = await this._analyticService.getThresholds(ids);
console.log(thresholds)
this._thresholds = thresholds;
}

Loading…
Cancel
Save