Roo/bootstrap/Calendar.js
authorEdward <edward@roojs.com>
Mon, 10 Mar 2014 10:26:07 +0000 (18:26 +0800)
committerEdward <edward@roojs.com>
Mon, 10 Mar 2014 10:26:07 +0000 (18:26 +0800)
Roo/bootstrap/Calendar.js

index 6781a97..82205c5 100644 (file)
@@ -678,8 +678,6 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
         var cal = this;
         if(this.store.getCount() > 0){
             this.store.data.each(function(d){
-                Roo.log('store data');
-                Roo.log(d);
                cal.addItem({
                     start: new Date(d.data.start_dt),
                     end : new Date(d.data.end_dt),