diff --git a/src-ui/src/app/components/common/dates-dropdown/dates-dropdown.component.ts b/src-ui/src/app/components/common/dates-dropdown/dates-dropdown.component.ts index 799335eef..bea483f38 100644 --- a/src-ui/src/app/components/common/dates-dropdown/dates-dropdown.component.ts +++ b/src-ui/src/app/components/common/dates-dropdown/dates-dropdown.component.ts @@ -202,8 +202,6 @@ export class DatesDropdownComponent implements OnInit, OnDestroy { } onSetCreatedRelativeDate(rd: { id: number; name: string; date: number }) { - console.log(rd) - // createdRelativeDate is set by ngModel this.createdDateTo = null this.createdDateFrom = null @@ -211,8 +209,6 @@ export class DatesDropdownComponent implements OnInit, OnDestroy { } onSetAddedRelativeDate(rd: { id: number; name: string; date: number }) { - console.log(rd) - // addedRelativeDate is set by ngModel this.addedDateTo = null this.addedDateFrom = null