mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-15 13:58:22 +00:00
remove more debug
This commit is contained in:
@ -138,7 +138,6 @@ class _MagicTextProtocol(ProcessProtocol):
|
||||
self.exited.callback(None)
|
||||
|
||||
def outReceived(self, data):
|
||||
print("OUT", data)
|
||||
data = str(data, sys.stdout.encoding)
|
||||
sys.stdout.write(data)
|
||||
self._output.write(data)
|
||||
@ -147,7 +146,6 @@ class _MagicTextProtocol(ProcessProtocol):
|
||||
self.magic_seen.callback(self)
|
||||
|
||||
def errReceived(self, data):
|
||||
print("ERR", data)
|
||||
data = str(data, sys.stderr.encoding)
|
||||
sys.stdout.write(data)
|
||||
|
||||
|
Reference in New Issue
Block a user