Roo/form/DateField.js
authorAlan Knowles <alan@roojs.com>
Mon, 22 Oct 2012 09:51:23 +0000 (17:51 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 22 Oct 2012 09:51:23 +0000 (17:51 +0800)
Roo/form/DateField.js

index 885a708..8785851 100644 (file)
@@ -281,7 +281,6 @@ dateField.setValue('2006-5-4');
     // private
     menuListeners : {
         select: function(m, d){
-            Roo.log("menuListeners  select");
             
             this.setValue(d);
             this.fireEvent('select', this, d);