Cleanup log statement

This commit is contained in:
Oliver-Akins 2024-02-10 13:22:20 -07:00
parent cad3cdd5f1
commit 30fee77c8e
6 changed files with 3 additions and 6 deletions

View file

@ -43,7 +43,6 @@ export class MobSheet extends GenericActorSheet {
// Compute rolls here
console.log(actor.uuid, `context:`, ctx)
return ctx;
};
};