mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
remove log
This commit is contained in:
parent
7f8799f2dc
commit
22f3207451
2 changed files with 1 additions and 2 deletions
|
|
@ -45,7 +45,6 @@ export default class DhActiveEffectConfig extends ActiveEffectConfig {
|
|||
|
||||
break;
|
||||
}
|
||||
console.log(context, partContext)
|
||||
|
||||
return partContext;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ export default class AdversarySheet extends DaggerheartSheet(ActorSheetV2) {
|
|||
const context = await super._prepareContext(_options);
|
||||
context.document = this.document;
|
||||
context.tabs = super._getTabs(this.constructor.TABS);
|
||||
console.log(context)
|
||||
|
||||
return context;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue