Pman.Gnumeric.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 17 Nov 2010 08:17:50 +0000 (16:17 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 17 Nov 2010 08:17:50 +0000 (16:17 +0800)
Pman.Gnumeric.js

index a0ad5d6..2306c12 100644 (file)
@@ -537,11 +537,11 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
             //return;
         }
         if (typeof(this.grid[cs.r][cs.c]) == 'undefined') {
-            Roo.log('cell not defined:' + cell);
+            //Roo.log('cell not defined:' + cell);
             this.createCell(cs.r,cs.c);
         }
         if (typeof(this.grid[cs.r][cs.c].dom) == 'undefined') {
-            Roo.log('no default content for cell:' + cell);
+            ///Roo.log('no default content for cell:' + cell);
             this.createCell(cs.r,cs.c);
             //return;
         }