Skip to content

Commit

Permalink
remove rogue console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Krealle committed Nov 26, 2024
1 parent 1f252d8 commit 3c39ea9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ class MoltenEmbers extends Analyzer {

private finalize() {
// finalize performances
console.log(this.upheavalCasts);
this.uses = this.upheavalCasts.map((upheavalCast) => this.upheavalUsage(upheavalCast));
}

Expand Down

0 comments on commit 3c39ea9

Please sign in to comment.