diff --git a/custom_components/eltako/virtual_network_gateway.py b/custom_components/eltako/virtual_network_gateway.py index c925515..49e0ede 100644 --- a/custom_components/eltako/virtual_network_gateway.py +++ b/custom_components/eltako/virtual_network_gateway.py @@ -126,7 +126,7 @@ def handle_client(self, conn: socket.socket, addr: socket.AddressInfo): t = package[0] msg:ESP2Message = package[1] if time.time() - t < MAX_MESSAGE_DELAY: - LOGGER.debug(f"[{LOGGING_PREFIX_VIRT_GW}] Forward EnOcean message {msg}") + # LOGGER.debug(f"[{LOGGING_PREFIX_VIRT_GW}] Forward EnOcean message {msg}") conn.sendall(msg.serialize()) self._fire_received_message_count_event()