fix: Удалено ненужное логирующее сообщение

This commit is contained in:
AURUMVORXX
2025-10-26 22:26:10 +05:00
parent 8738dafa14
commit 54c7a4c11c

View File

@@ -97,7 +97,6 @@ class Server:
@classmethod
async def _handle_connection(cls, connection: WebSocket, token: str, topics: str | None):
cls._logger.exception(f'PyG2O соединение отклонено: получен токен {token}\nStatic Tokens: {cls._static_tokens}')
if not await cls._process_query_params(connection, token, topics):
await connection.close()
return