From c06e7c16bef710d4443b9ffd885e54b9087609d5 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 15 Apr 2019 11:39:06 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index 9f5a7f65..f3aad4c1 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -1138,6 +1138,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { }, + /** * writeImage: * write an image (needs base64 data to write it) @@ -1154,7 +1155,6 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { writeImage : function (row, col, data, width, height, type) { - console.log([row, col, width, height, type]); if (!data) { throw "write Image called with missing data"; -- 2.39.2