Roo/bootstrap/Calendar.js
authorEdward <edward@roojs.com>
Thu, 6 Mar 2014 07:59:24 +0000 (15:59 +0800)
committerEdward <edward@roojs.com>
Thu, 6 Mar 2014 07:59:24 +0000 (15:59 +0800)
Roo/bootstrap/Calendar.js

index c588129..d7fa471 100644 (file)
@@ -634,8 +634,7 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
                 
                 cg.on('mouseenter' ,this.onEventEnter, this);
                 cg.on('mouseleave' ,this.onEventLeave, this);
-                Roo.log('rows');
-                Roo.log(rows);
+                
                 ev.els.push(cg);
                 var sbox = rows[i].start.select('.fc-day-content',true).first().getBox();
                 var ebox = rows[i].end.select('.fc-day-content',true).first().getBox();