[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-37]
remove debug print
This commit is contained in:
parent
1a6ba349da
commit
b5f0b3c786
|
@ -470,7 +470,6 @@ class Channel (object):
|
||||||
# only close the pipe when the user explicitly closes the channel.
|
# only close the pipe when the user explicitly closes the channel.
|
||||||
# otherwise they will get unpleasant surprises.
|
# otherwise they will get unpleasant surprises.
|
||||||
if self.pipe is not None:
|
if self.pipe is not None:
|
||||||
print 'closing pipe!'
|
|
||||||
self.pipe.close()
|
self.pipe.close()
|
||||||
self.pipe = None
|
self.pipe = None
|
||||||
finally:
|
finally:
|
||||||
|
|
Loading…
Reference in New Issue