Skip to content

Commit eead463

Browse files
committed
chore(*): fix linting error
1 parent 70fbbf9 commit eead463

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/igniteui-angular/src/lib/calendar/calendar.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,6 @@ export class IgxCalendarComponent extends IgxMonthPickerBaseDirective implements
466466
* @internal
467467
*/
468468
public previousMonth(isKeydownTrigger = false) {
469-
debugger;
470469
if (isKeydownTrigger && this.animationAction === ScrollMonth.NEXT) { return; }
471470
this.viewDate = this.calendarModel.getPrevMonth(this.viewDate);
472471
this.animationAction = ScrollMonth.PREV;

0 commit comments

Comments
 (0)