Skip to content

Commit

Permalink
removed unneccessary console log when selecting custom date range
Browse files Browse the repository at this point in the history
  • Loading branch information
ewenmic authored and fetrarij committed Jun 21, 2023
1 parent e6aa526 commit f0bd441
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/daterangepicker/daterangepicker.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,6 @@ export class DaterangepickerComponent implements OnInit, OnChanges {
this.showCalInRanges = true;
} else {
const dates = this.ranges[label];
console.log('1 ', dates);
this.startDate = dates[0].clone();
this.endDate = dates[1].clone();
if (this.showRangeLabelOnInput && label !== this.locale.customRangeLabel) {
Expand Down

0 comments on commit f0bd441

Please sign in to comment.