refactor: remove logging

This commit is contained in:
Polianin Nikita 2024-02-19 06:16:09 +03:00
parent a2aabdbb0e
commit 50a4a26441

View File

@ -110,7 +110,6 @@ export class ScheduleTabsOtherComponent {
}); });
this.filteredData.next(updatedData); this.filteredData.next(updatedData);
console.log(this.filteredData.value);
this.updateCheckBox(); this.updateCheckBox();
} }