Skip to content

Commit

Permalink
remove package version debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Woyken committed Feb 6, 2024
1 parent cc5e41e commit 5697930
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pyelectroluxocp/oneAppApi.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,10 @@
from .webSocketClient import WebSocketClient
from .gigyaClient import GigyaClient
from .apiModels import AuthResponse, WebSocketResponse
from importlib.metadata import version
import logging

_LOGGER: logging.Logger = logging.getLogger(__package__).getChild("OneAppApi")

_LOGGER.debug("aiohttp version, %s", version("aiohttp"))
_LOGGER.debug("asyncio version, %s", version("asyncio"))


class OneAppApi:
_regional_websocket_base_url: Optional[str] = None
Expand Down

0 comments on commit 5697930

Please sign in to comment.