Skip to content

Commit

Permalink
refactor(component): remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
rbalet committed Nov 14, 2024
1 parent b554004 commit cf3c458
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ export class NgxMatBirthdayInputComponent
.get('datePicker')
?.valueChanges.pipe(takeUntil(this._unsubscribe$))
.subscribe((value) => {
console.log(value)
this._controls.day?.setValue(value.getDate().toString())
this._controls.month?.setValue(value.getMonth().toString())
this._controls.year?.setValue(value.getFullYear().toString())
Expand Down

0 comments on commit cf3c458

Please sign in to comment.