Roo/grid/Calendar.js
[roojs1] / Roo / grid / Calendar.js
index 9bc745a..34b0728 100644 (file)
@@ -751,8 +751,7 @@ Roo.extend(Roo.grid.Calendar, Roo.grid.Grid, {
         // first make sure there is enough space..
         
         this.cells.each(function(c) {
-            Roo.log(Math.max(34, (c.rows || 1)* 20));
-            Roo.log(c.select('.fc-day-content div',true).first());
+             Roo.log(c.select('.fc-day-content div',true).first());
             c.select('.fc-day-content div',true).first().setHeight(Math.max(34, (c.rows || 1) * 20));
         });