style: Remove debug log in item image editor

This commit is contained in:
Alexander Minges 2025-07-16 22:40:25 +02:00
parent e9c223731d
commit 686dc6b1f5
Signed by: Athemis
GPG key ID: 31FBDEF92DDB162B

View file

@ -265,7 +265,6 @@ export class DS4ItemSheet extends foundry.applications.api.HandlebarsApplication
current: current, current: current,
callback: (path) => this.item.update({ [field]: path }) callback: (path) => this.item.update({ [field]: path })
}); });
console.log("Editing image...");
return fp.browse(); return fp.browse();
} }