Skip to content

Commit

Permalink
Remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jedrzej committed Jun 13, 2019
1 parent 54cf92a commit 1a70ff2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ export class DatetimePickerComponent implements OnInit, OnDestroy, ControlValueA

/** @hidden */
isInvalidDateInputHandler(e): void {
console.log(e);
this.isInvalidDateInput = e;
}

Expand Down

0 comments on commit 1a70ff2

Please sign in to comment.