mirror of
https://github.com/markqvist/rnsh.git
synced 2025-06-07 14:02:41 -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
|
nonlocal stdin_eof
|
||||||
try:
|
try:
|
||||||
data = process.tty_read(sys.stdin.fileno())
|
data = process.tty_read(sys.stdin.fileno())
|
||||||
log.debug(f"stdin {data}")
|
|
||||||
if data is not None:
|
if data is not None:
|
||||||
data_buffer.extend(data)
|
data_buffer.extend(data)
|
||||||
except EOFError:
|
except EOFError:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue