From 34f2e3102f20dc1a66ab33a8449f5b509e8fc543 Mon Sep 17 00:00:00 2001 From: Timo Bejan Date: Tue, 13 Jun 2023 11:54:02 +0300 Subject: [PATCH] HotFix - license screen --- .../screens/license/license-chart/license-chart.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/red-ui/src/app/modules/admin/screens/license/license-chart/license-chart.component.ts b/apps/red-ui/src/app/modules/admin/screens/license/license-chart/license-chart.component.ts index 8133a66bd..99b78884f 100644 --- a/apps/red-ui/src/app/modules/admin/screens/license/license-chart/license-chart.component.ts +++ b/apps/red-ui/src/app/modules/admin/screens/license/license-chart/license-chart.component.ts @@ -105,7 +105,6 @@ export class LicenseChartComponent { } #getReports(dateRanges: List, id: string) { - console.log(dateRanges); const reports = dateRanges.map(range => { const startMonth = range.startMonth + 1; const endMonth = range.endMonth + 1;