From 87b2de435e26bbd0629bfbf34dcb7027351df03e Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 31 Aug 2015 11:50:44 +0800 Subject: [PATCH] Roo/bootstrap/DateField.js --- Roo/bootstrap/DateField.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/Roo/bootstrap/DateField.js b/Roo/bootstrap/DateField.js index d544f5b729..10cd8b8317 100644 --- a/Roo/bootstrap/DateField.js +++ b/Roo/bootstrap/DateField.js @@ -717,7 +717,6 @@ Roo.extend(Roo.bootstrap.DateField, Roo.bootstrap.Input, { this.viewDate.setUTCDate(1); if (className.indexOf('month') > -1) { this.viewDate.setUTCMonth(Roo.bootstrap.DateField.dates[this.language].monthsShort.indexOf(html)); - Roo.log(this.viewDate); } else { var year = parseInt(html, 10) || 0; this.viewDate.setUTCFullYear(year); @@ -725,8 +724,6 @@ Roo.extend(Roo.bootstrap.DateField, Roo.bootstrap.Input, { } if(this.singleMode){ - Roo.log('format???'); - Roo.log(this.formatDate(this.viewDate)); this.setValue(this.formatDate(this.viewDate)); this.hide(); return; -- 2.39.2