summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--paramiko/channel.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/paramiko/channel.py b/paramiko/channel.py
index 92e071b6..3c9fa35e 100644
--- a/paramiko/channel.py
+++ b/paramiko/channel.py
@@ -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: