-console.log

This commit is contained in:
zadam 2023-10-02 15:25:12 +02:00
parent 5be61e6142
commit 3944235592

View File

@ -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 {