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(); }