Skip to content

Commit b80290b

Browse files
committed
Remove useless print
1 parent 16bb8e5 commit b80290b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

TODO

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,5 @@ TODO: Testcase for invalid signature
4747
TODO: Test case for: if signature validation fails, return fragment to pool
4848

4949
TODO: Check SAE IDs on GET share, just as we do for POST share
50+
51+
TODO: Proper documentation for all possible error responses in Swagger

client/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,5 @@ def summarize_failure(hub_results: List[Any]) -> Tuple[List[str], int]:
246246
if status_code is None or hub_result.status_code > status_code:
247247
status_code = hub_result.status_code
248248
if status_code is None:
249-
print
250249
status_code = status.HTTP_503_SERVICE_UNAVAILABLE
251250
return (causes, status_code)

0 commit comments

Comments
 (0)