aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--day4/solve.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/day4/solve.py b/day4/solve.py
index 3f9ea3b..fd3d02e 100644
--- a/day4/solve.py
+++ b/day4/solve.py
@@ -83,8 +83,7 @@ def find_sleepiest_minute_guard():
minute, value = find_sleepiest_minute(guard)
if value > currentmax:
currentmax = value
- print(value)
- gm, mm = guard, minute
+ gm, mm = guard, minute
return int(gm) * mm