diff --git a/2022/python/day10.py b/2022/python/day10.py index 1ed1704..8f4ba6b 100644 --- a/2022/python/day10.py +++ b/2022/python/day10.py @@ -54,7 +54,6 @@ def part2(x): criteria = (X-1, X, X+1) cycle_count += 1 if _x in criteria: - #print("draw", _x,y) screen[y][_x] = 1 if opcode == "addx":