Remove left-over debug statements

This commit is contained in:
Raphael Michel
2022-07-21 09:14:38 +02:00
parent 4cc249e20e
commit d628acc62a
9 changed files with 1 additions and 13 deletions

View File

@@ -113,7 +113,6 @@ def test_team_update(token_client, organizer, event, second_team):
},
format='json'
)
print(resp.data)
assert resp.status_code == 400