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 {