mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 00:47:46 -06: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) {
|
||||
console.log("_setPickerMinDate", date);
|
||||
if (date && !moment(date, this.dateFormat).isValid()) {
|
||||
date = null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user