mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 20:21:06 +01:00
Remove console log
This commit is contained in:
parent
d7a2c05694
commit
3d034cd24e
6 changed files with 4 additions and 28 deletions
|
|
@ -7,7 +7,6 @@ export default class DhpItem extends Item {
|
|||
prepareEmbeddedDocuments() {
|
||||
super.prepareEmbeddedDocuments();
|
||||
for ( const action of this.system.actions ?? [] ) action.prepareData();
|
||||
// for ( const action of this.system.actions ?? [] ) console.log(action);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue