Private
Public Access
1
0

removing print statements

This commit is contained in:
Sander Roosendaal
2020-01-16 20:12:33 +01:00
parent 4aa3649a7c
commit df29052256
3 changed files with 3 additions and 5 deletions

View File

@@ -212,7 +212,6 @@ def is_coach_user(usercoach,userrower):
coaches.append(coach)
for coach in coaches:
print(usercoach.rower,coach)
if usercoach.rower == coach:
return True