We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0d6884 commit 7a72242Copy full SHA for 7a72242
side_track/verify.py
@@ -54,8 +54,6 @@ def verify(exercise: GitAutograderExercise) -> GitAutograderOutput:
54
bug_fix_branch = exercise.repo.branches.branch("bug-fix")
55
bug_fix_branch.checkout()
56
if len(bug_fix_branch.user_commits) < 2:
57
- print(bug_fix_branch.commits)
58
- print(bug_fix_branch.user_commits)
59
raise exercise.wrong_answer([MISSING_COMMITS])
60
61
# Ensure that they applied the right fix by testing the greet function
0 commit comments