Remove console log
This commit is contained in:
parent
bad95f8c18
commit
0605542d62
1 changed files with 0 additions and 1 deletions
|
|
@ -3,7 +3,6 @@ import { DotDungeonItem } from "./GenericItem.mjs";
|
|||
export class Material extends DotDungeonItem {
|
||||
get usedCapacity() {
|
||||
let affects = game.settings.get(`dotdungeon`, `materialsAffectCapacity`);
|
||||
console.log(`materialsAffectCapacity =`, affects)
|
||||
return affects ? super.usedCapacity : 0;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue