diff --git a/src/controllers/analytic_controller.ts b/src/controllers/analytic_controller.ts index db323a1..c4d303d 100644 --- a/src/controllers/analytic_controller.ts +++ b/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; }