Skip to content

Commit 8a1eec3

Browse files
author
Ian
authored
Update requester.py (#53)
1 parent 8f28051 commit 8a1eec3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

connectedcar/requester.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ def call(method, url, **kwargs):
2323
response = requests.request(method, url, timeout=310, **kwargs)
2424
code = response.status_code
2525

26-
print(response.json())
27-
2826
if response.ok:
2927
return response
3028
elif code == 400:

0 commit comments

Comments
 (0)