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

index 737a9f6..d46cb95 100644 (file)
@@ -697,9 +697,8 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
      
     applyData : function(data)
     {
-        Roo.log('data: ');
+        
         data = data || this.data;
-        Roo.log(data);
         for (var r = 0; r < this.rmax;r++) {
             if (typeof(this.grid[r]) == 'undefined') {
                 continue;