Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Haxxer committed Jan 22, 2022
1 parent 9b4e9ca commit 4043062
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/formapplications/itemPileConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ export class ItemPileConfig extends FormApplication {
promise.then(newSettings => {
this.itemFiltersEditor = false;
if(newSettings) {
console.log(newSettings)
this.pileData.overrideItemFilters = newSettings;
}
});
Expand Down

0 comments on commit 4043062

Please sign in to comment.