Skip to content

Commit

Permalink
removing unwamted logs
Browse files Browse the repository at this point in the history
  • Loading branch information
AsabuHere committed Dec 12, 2024
1 parent ddb336b commit d79366e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions twilio/base/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ async def fetch_async(
timeout=timeout,
allow_redirects=allow_redirects,
)
print('response')
print(response)



Expand Down
4 changes: 0 additions & 4 deletions twilio/http/http_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ def request(
else:
kwargs["data"] = data
self.log_request(kwargs)
print(f"\nargs : {kwargs}")
self._test_only_last_response = None
session = self.session or Session()
request = Request(**kwargs)
Expand All @@ -111,9 +110,6 @@ def request(
**settings,
)

print(f"\nresponse : {response.text}")
print(f"\nresponse code : {response}")

self.log_response(response.status_code, response)

self._test_only_last_response = Response(
Expand Down

0 comments on commit d79366e

Please sign in to comment.