-console.log

pull/255/head
zadam 2023-10-02 15:25:12 +07:00
parent 5be61e6142
commit 3944235592
1 changed files with 0 additions and 2 deletions

@ -37,8 +37,6 @@ function returnImageInt(image, res) {
let svgString = '<svg/>'
const attachment = image.getAttachmentByTitle('canvas-export.svg');
console.log(attachment);
if (attachment) {
svgString = attachment.getContent();
} else {