Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
theGowda committed Dec 6, 2024
1 parent 32b7e79 commit dca389e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion librouteros/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ def log(direction_string: str, *sentence: str) -> None:
LOGGER.debug(f"{direction_string} EOS")

async def writeSentence(self, cmd: str, *words: str) -> None:
print(f"TIMEOUT - {self.timeout}")
await asyncio.wait_for(self.__writeSentence(cmd, *words), timeout=self.timeout)

async def __writeSentence(self, cmd: str, *words: str) -> None:
Expand Down

0 comments on commit dca389e

Please sign in to comment.