mirror of
https://github.com/markqvist/rnsh.git
synced 2025-05-02 14:26:33 -04:00
Removed log statement
This commit is contained in:
parent
14f9320860
commit
3b71b197ae
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue