Skip to content

Commit

Permalink
Fixes to CI checks
Browse files Browse the repository at this point in the history
  • Loading branch information
nikobockerman committed Mar 2, 2024
1 parent 2918d31 commit a7bc89b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions adventofcode/d20.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import itertools
import logging
import math
from copy import deepcopy
Expand Down Expand Up @@ -187,13 +186,8 @@ def p1(input_str: str) -> int:
signal.source_name, signal.state
)
if logger.isEnabledFor(logging.DEBUG):
# logger.debug("Current state after %d button presses:", button_press_count)
# _log_state(modules)
# logger.debug("State diff against initial state:")
# _log_state_diff(initial_state, modules)
logger.debug("State diff against previous state:")
_log_state_diff(prev_state, modules)
# prev_state = deepcopy(modules)

if output_signal_state is not None:
for output in destination.outputs:
Expand Down

0 comments on commit a7bc89b

Please sign in to comment.