Pman.Gnumeric.js
authoredward <edward@roojs.com>
Tue, 5 Sep 2017 10:33:36 +0000 (18:33 +0800)
committeredward <edward@roojs.com>
Tue, 5 Sep 2017 10:33:36 +0000 (18:33 +0800)
Pman.Gnumeric.js

index 221e5da..dcd7fa6 100644 (file)
@@ -700,9 +700,6 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
         
         data = data || this.data;
         
-        Roo.log('run??');
-        Roo.log(data);
-        
         for (var r = 0; r < this.rmax;r++) {
             if (typeof(this.grid[r]) == 'undefined') {
                 continue;