Skip to content

Commit

Permalink
removed my little rant
Browse files Browse the repository at this point in the history
  • Loading branch information
Krealle committed Jan 9, 2024
1 parent 1ce7a54 commit b229189
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -464,9 +464,6 @@ class BuffTargetHelper extends Analyzer {
const hasLongPrescience = prescienceCount === 3 && this.has4Pc;
let intervalToCheck = hasLongPrescience ? curInterval + 2 : curInterval + 1;

// Why did I make the data structure like this again?
// Like it doesn't even make sense to me anymore, but it works so I'm not touching it
// Next season I'll make it better, I promise, maybe
let target: string | undefined;
while (!target && intervalToCheck >= 0) {
// If the interval we want to check is empty, keep going to previous
Expand Down

0 comments on commit b229189

Please sign in to comment.