summaryrefslogtreecommitdiff
path: root/lib/git/async/channel.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/git/async/channel.py')
-rw-r--r--lib/git/async/channel.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/git/async/channel.py b/lib/git/async/channel.py
index c05f7383..58c35f96 100644
--- a/lib/git/async/channel.py
+++ b/lib/git/async/channel.py
@@ -75,7 +75,6 @@ class WChannel(Channel):
an error"""
# yes, close it a little too early, better than having anyone put
# additional items
- # print "closing channel", self
self._closed = True
self._queue.set_writable(False)