Skip to content

Commit

Permalink
remove debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Sullivan committed Dec 10, 2022
1 parent 0ddcec5 commit fdddfad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/advent_of_code/day10/part2.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@


def get_pixel_val(sprite_location: np.ndarray, curr_cycle: int) -> str:
old_cycle = curr_cycle
if old_cycle == 175:
old_cycle
if curr_cycle > 40:
curr_cycle = curr_cycle % 40
if any(sprite_location == curr_cycle - 1):
Expand Down

0 comments on commit fdddfad

Please sign in to comment.