From 3944235592cb25f1612402d883cd69ea8380fc4a Mon Sep 17 00:00:00 2001 From: zadam Date: Mon, 2 Oct 2023 15:25:12 +0200 Subject: [PATCH] -console.log --- src/routes/api/image.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/routes/api/image.js b/src/routes/api/image.js index 26c30db02..8f44eb142 100644 --- a/src/routes/api/image.js +++ b/src/routes/api/image.js @@ -37,8 +37,6 @@ function returnImageInt(image, res) { let svgString = '' const attachment = image.getAttachmentByTitle('canvas-export.svg'); - console.log(attachment); - if (attachment) { svgString = attachment.getContent(); } else {