Removed log statement

This commit is contained in:
Mark Qvist 2023-09-18 00:32:47 +02:00
parent 14f9320860
commit 3b71b197ae

View File

@ -279,7 +279,6 @@ async def initiate(configdir: str, identitypath: str, verbosity: int, quietness:
nonlocal stdin_eof
try:
data = process.tty_read(sys.stdin.fileno())
log.debug(f"stdin {data}")
if data is not None:
data_buffer.extend(data)
except EOFError: