From b5f0b3c7869a9614722403a03476ad7feb2a0b69 Mon Sep 17 00:00:00 2001 From: Robey Pointer Date: Thu, 14 Jul 2005 02:36:15 +0000 Subject: [PATCH] [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-37] remove debug print --- paramiko/channel.py | 1 - 1 file changed, 1 deletion(-) diff --git a/paramiko/channel.py b/paramiko/channel.py index 92e071b..3c9fa35 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: