mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 01:33:38 +08:00
removes debugging statement (#7362)
This commit is contained in:
parent
7dd684744c
commit
5c8213ffd3
|
@ -400,7 +400,6 @@ export default Ember.Component.extend({
|
||||||
},
|
},
|
||||||
|
|
||||||
_setPickerMinDate(date) {
|
_setPickerMinDate(date) {
|
||||||
console.log("_setPickerMinDate", date);
|
|
||||||
if (date && !moment(date, this.dateFormat).isValid()) {
|
if (date && !moment(date, this.dateFormat).isValid()) {
|
||||||
date = null;
|
date = null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user