From c87ea8b27229e395d7c2eb5fd08ccdf1c23934db Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 25 Sep 2017 17:13:16 +0800 Subject: [PATCH] material-kit/js/bootstrap-datepicker.js --- material-kit/js/bootstrap-datepicker.js | 1 - 1 file changed, 1 deletion(-) 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 { -- 2.39.2