From c40f7fb9183d9ad016458d2a7e37f5a13a2fa5a7 Mon Sep 17 00:00:00 2001 From: Alexey Velikiy Date: Mon, 21 Jan 2019 00:05:50 +0300 Subject: [PATCH] -console.log(thresholds) --- src/controllers/analytic_controller.ts | 1 - 1 file changed, 1 deletion(-) 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; }