mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Remove console log
This commit is contained in:
parent
d7a2c05694
commit
3d034cd24e
6 changed files with 4 additions and 28 deletions
|
|
@ -255,7 +255,6 @@ export default class DhpActor extends Actor {
|
|||
),
|
||||
rolls: [roll]
|
||||
});
|
||||
console.log(systemData)
|
||||
|
||||
await cls.create(msg.toObject());
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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