mirror of
https://github.com/markqvist/rnsh.git
synced 2024-10-01 01:15:37 -04:00
Removed logging statement
This commit is contained in:
parent
aaf4dad420
commit
14f9320860
@ -525,7 +525,6 @@ class CallbackSubprocess:
|
||||
Write bytes to the stdin of the child process.
|
||||
:param data: bytes to write
|
||||
"""
|
||||
self._log.debug(f"write({data})")
|
||||
os.write(self._child_stdin, data)
|
||||
|
||||
def set_winsize(self, r: int, c: int, h: int, v: int):
|
||||
|
Loading…
Reference in New Issue
Block a user