Roo/bootstrap/Calendar.js
authorEdward <edward@roojs.com>
Thu, 25 Sep 2014 03:22:36 +0000 (11:22 +0800)
committerEdward <edward@roojs.com>
Thu, 25 Sep 2014 03:22:36 +0000 (11:22 +0800)
Roo/bootstrap/Calendar.js

index 6676309..019c22c 100644 (file)
@@ -682,13 +682,8 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
     },
     
     renderEvents: function()
-    {   
-        // first make sure there is enough space..
-//        Roo.each(this.cells.elements, function(c){
-//            Roo.log(c);
-//        });
+    {  
         this.cells.each(function(c) {
-            Roo.log(c);
             c.row = 0;
             c.more = [];
         });