From 50a4a264412c9b8226d3d18ac4eed0ce9287275b Mon Sep 17 00:00:00 2001 From: Polianin Nikita Date: Mon, 19 Feb 2024 06:16:09 +0300 Subject: [PATCH] refactor: remove logging --- .../schedule-tabs-other/schedule-tabs-other.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/schedule-tabs/schedule-tabs-other/schedule-tabs-other.component.ts b/src/components/schedule-tabs/schedule-tabs-other/schedule-tabs-other.component.ts index bc98aa5..251f7dc 100644 --- a/src/components/schedule-tabs/schedule-tabs-other/schedule-tabs-other.component.ts +++ b/src/components/schedule-tabs/schedule-tabs-other/schedule-tabs-other.component.ts @@ -110,7 +110,6 @@ export class ScheduleTabsOtherComponent { }); this.filteredData.next(updatedData); - console.log(this.filteredData.value); this.updateCheckBox(); }