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

index d96e014..953d66a 100644 (file)
@@ -532,7 +532,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
         //Roo.log( cs.r+ ',' + cs.c + ' = '+ v);
         // need to generate clell if it doe
         if (typeof(this.grid[cs.r]) == 'undefined') {
-            Roo.log('no row:' + cell);
+            //Roo.log('no row:' + cell);
             this.grid[cs.r] = []; // create a row..
             //return;
         }