Pman.Gnumeric.js
authoredward <edward@roojs.com>
Tue, 29 Aug 2017 08:47:14 +0000 (16:47 +0800)
committeredward <edward@roojs.com>
Tue, 29 Aug 2017 08:47:14 +0000 (16:47 +0800)
Pman.Gnumeric.js

index 7933b09..d46cb95 100644 (file)
@@ -699,8 +699,6 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
     {
         
         data = data || this.data;
-        Roo.log('this.grid...');
-        Roo.log(this.grid);
         for (var r = 0; r < this.rmax;r++) {
             if (typeof(this.grid[r]) == 'undefined') {
                 continue;