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(); }