Skip to content

Commit a18582e

Browse files
committed
Remove print
1 parent e830ef8 commit a18582e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tesla_fleet_api/teslafleetapi.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ async def _request(
137137
LOGGER.debug("Retry after: %s", resp.headers.get("Retry-After"))
138138

139139
if not resp.ok:
140-
print(await resp.text())
141140
await raise_for_status(resp)
142141

143142
if not resp.content_type.lower().startswith("application/json"):

0 commit comments

Comments
 (0)