From c58887a2d8554d171a7c76b03bfa919c72e918e1 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 28 Jul 2015 17:51:50 +0200 Subject: don't 'log' to stderr in `RemoteProgress` There is simply no excuse to doing that. Closes #330 --- git/util.py | 1 - 1 file changed, 1 deletion(-) diff --git a/git/util.py b/git/util.py index f0a08e79..809bcc04 100644 --- a/git/util.py +++ b/git/util.py @@ -239,7 +239,6 @@ class RemoteProgress(object): # to make sure we get informed in case the process spits out new # commands at some point. self.line_dropped(sline) - sys.stderr.write("Operation name %r unknown - skipping line '%s'" % (op_name, sline)) # Note: Don't add this line to the failed lines, as we have to silently # drop it return failed_lines -- cgit v1.2.1