Skip to content

Commit

Permalink
Remove print call from the api class
Browse files Browse the repository at this point in the history
  • Loading branch information
NLthijs48 committed Apr 17, 2024
1 parent de16719 commit 93aa5de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/crisp/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ async def _api_wrapper(
"Timeout error fetching information",
) from exception
except (aiohttp.ClientError, socket.gaierror) as exception:
print(exception)
raise CrispApiClientCommunicationError(
"Error fetching information",
) from exception
Expand Down

0 comments on commit 93aa5de

Please sign in to comment.