X-Git-Url: http://git.roojs.org/?p=bootswatch;a=blobdiff_plain;f=material-kit%2Fjs%2Fbootstrap-datepicker.js;fp=material-kit%2Fjs%2Fbootstrap-datepicker.js;h=842c87ac7877c1cb462d0749c88f40f7b63188cb;hp=86b2065a322b32b1065f513ba685f29aee7c4ace;hb=c87ea8b27229e395d7c2eb5fd08ccdf1c23934db;hpb=922cdffdce5b9dd90e2d190aedcf41521fdbfd9b diff --git a/material-kit/js/bootstrap-datepicker.js b/material-kit/js/bootstrap-datepicker.js index 86b2065..842c87a 100644 --- a/material-kit/js/bootstrap-datepicker.js +++ b/material-kit/js/bootstrap-datepicker.js @@ -156,7 +156,6 @@ }, setValue: function(newDate) { - console.log('test??'); if (typeof newDate === 'string') { this.date = DPGlobal.parseDate(newDate, this.format); } else {