[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-37]

remove debug print
This commit is contained in:
Robey Pointer 2005-07-14 02:36:15 +00:00
parent 1a6ba349da
commit b5f0b3c786
1 changed files with 0 additions and 1 deletions

View File

@ -470,7 +470,6 @@ class Channel (object):
# only close the pipe when the user explicitly closes the channel.
# otherwise they will get unpleasant surprises.
if self.pipe is not None:
print 'closing pipe!'
self.pipe.close()
self.pipe = None
finally: