Remove unnecessary debug...

This commit is contained in:
2024-12-13 17:40:44 +01:00
parent b40073ca1e
commit b9237af986
2 changed files with 115 additions and 117 deletions

View File

@@ -191,8 +191,6 @@ Common.createCanvas = async function (manifest, filename) {
let image = new Image(canvas.id);
image.generateID(process.env.IMAGE_SERVER_URL, filename);
console.log("DEBUG image.id: "+ image.id);
const imgSize = await this.getImageSize(image.id);
image.setSize(imgSize.height, imgSize.width);