material-kit/js/bootstrap-datepicker.js
[bootswatch] / material-kit / js / bootstrap-datepicker.js
index 86b2065..842c87a 100644 (file)
                },
                
                setValue: function(newDate) {
-                    console.log('test??');
                        if (typeof newDate === 'string') {
                                this.date = DPGlobal.parseDate(newDate, this.format);
                        } else {