Pman.Gnumeric.js
authorEdward <edward@roojs.com>
Thu, 11 Apr 2019 07:19:16 +0000 (15:19 +0800)
committerEdward <edward@roojs.com>
Thu, 11 Apr 2019 07:19:16 +0000 (15:19 +0800)
Pman.Gnumeric.js

index 5be4423..b2529b2 100644 (file)
@@ -1248,8 +1248,6 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
     
     writeFixedImage : function (startCol, startRow, endCol, endRow, type, data, width, height) 
     {
-        console.log([startCol, startRow, endCol, endRow, type, width, height]);
-        
         if (!data) {
             throw "write Image called with missing data";
         }