diff --git a/tes/client.py b/tes/client.py index 0a9a999..d3f21a7 100644 --- a/tes/client.py +++ b/tes/client.py @@ -78,11 +78,9 @@ def send_request( response = getattr(requests, method)( path.format(**kwargs), **kwargs_requests) except requests.exceptions.RequestException as exc: - print("EXCEPTION") http_exceptions[path] = exc continue if response.status_code != 404: - print("SUCCESS") break if response.status_code is None: