Remove console.log & comments

This commit is contained in:
Dapoolp 2025-08-03 14:47:17 +02:00
parent 761064d668
commit d5d44f6c45
2 changed files with 0 additions and 4 deletions

View file

@ -597,7 +597,6 @@ export default class DhpActor extends Actor {
async modifyResource(resources) { async modifyResource(resources) {
if (!resources.length) return; if (!resources.length) return;
console.log(resources)
if (resources.find(r => r.key === 'stress')) this.convertStressDamageToHP(resources); if (resources.find(r => r.key === 'stress')) this.convertStressDamageToHP(resources);
let updates = { let updates = {
actor: { target: this, resources: {} }, actor: { target: this, resources: {} },

View file

@ -729,9 +729,6 @@
.dice-roll .dice-tooltip fieldset { .dice-roll .dice-tooltip fieldset {
margin-bottom: 5px; margin-bottom: 5px;
// .roll-dice {
// gap: 10px;
// }
} }
} }
} }