diff --git a/custom_components/crisp/api.py b/custom_components/crisp/api.py index fb4be81..1ac8638 100644 --- a/custom_components/crisp/api.py +++ b/custom_components/crisp/api.py @@ -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