Skip to content

Commit 5ce98ab

Browse files
author
Pascal Guenther
committed
remove debug code
1 parent 407a94d commit 5ce98ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/day02.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,5 @@ def is_safe_allow_single_bad_level(row_of_levels):
4040

4141

4242
if __name__ == '__main__':
43-
print(input)
4443
input = sys.stdin.read()
4544
print((part1(input), part2(input)))

0 commit comments

Comments
 (0)