Skip to content

Commit 7a72242

Browse files
committed
[side-track] Remove logging
1 parent f0d6884 commit 7a72242

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

side_track/verify.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ def verify(exercise: GitAutograderExercise) -> GitAutograderOutput:
5454
bug_fix_branch = exercise.repo.branches.branch("bug-fix")
5555
bug_fix_branch.checkout()
5656
if len(bug_fix_branch.user_commits) < 2:
57-
print(bug_fix_branch.commits)
58-
print(bug_fix_branch.user_commits)
5957
raise exercise.wrong_answer([MISSING_COMMITS])
6058

6159
# Ensure that they applied the right fix by testing the greet function

0 commit comments

Comments
 (0)