remove unneeded code

This commit is contained in:
J. Nick Koston 2023-12-12 10:42:08 -10:00
parent 0820ed4598
commit 2805bf78a3
No known key found for this signature in database
1 changed files with 1 additions and 2 deletions

View File

@ -393,11 +393,10 @@ class APIConnection:
if self._debug_enabled:
_LOGGER.debug(
"%s: Opened socket to %s:%s (%s)",
"%s: Opened socket to %s:%s",
self.log_name,
self.connected_address,
self._params.port,
addrs,
)
async def _connect_init_frame_helper(self) -> None: