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;