Skip to content
This repository was archived by the owner on Mar 2, 2018. It is now read-only.

Commit 1d22c27

Browse files
authored
commented out console.log #140
1 parent 73f3c04 commit 1d22c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng2-datetime-picker.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ export class Ng2DatetimePickerComponent {
376376
this.selectedDate.setHours(hour);
377377
this.selectedDate.setMinutes(minute);
378378
}
379-
console.log('this.selectedDate', this.selectedDate)
379+
//console.log('this.selectedDate', this.selectedDate)
380380

381381
this.selectedDate.toString = () => {
382382
return Ng2Datetime.formatDate(this.selectedDate, this.dateFormat, this.dateOnly);

0 commit comments

Comments
 (0)