removes debugging statement (#7362)

This commit is contained in:
Joffrey JAFFEUX 2019-04-11 15:02:38 +02:00 committed by GitHub
parent 7dd684744c
commit 5c8213ffd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -400,7 +400,6 @@ export default Ember.Component.extend({
},
_setPickerMinDate(date) {
console.log("_setPickerMinDate", date);
if (date && !moment(date, this.dateFormat).isValid()) {
date = null;
}