From 686dc6b1f55b530921b3b9203bd073229dc113bb Mon Sep 17 00:00:00 2001 From: Alexander Minges Date: Wed, 16 Jul 2025 22:40:25 +0200 Subject: [PATCH] style: Remove debug log in item image editor --- src/apps/item-sheet.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/apps/item-sheet.js b/src/apps/item-sheet.js index 14e9939e..c12b5e8a 100644 --- a/src/apps/item-sheet.js +++ b/src/apps/item-sheet.js @@ -265,7 +265,6 @@ export class DS4ItemSheet extends foundry.applications.api.HandlebarsApplication current: current, callback: (path) => this.item.update({ [field]: path }) }); - console.log("Editing image..."); return fp.browse(); }