summaryrefslogtreecommitdiff
path: root/git/util.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-07-28 17:51:50 +0200
committerSebastian Thiel <byronimo@gmail.com>2015-07-28 17:51:50 +0200
commitc58887a2d8554d171a7c76b03bfa919c72e918e1 (patch)
tree5b61b39e027ff42b85a3f61d1c3c0841b593645a /git/util.py
parentb307f04218e87b814fb57bd9882374a9f2b52922 (diff)
downloadgitpython-c58887a2d8554d171a7c76b03bfa919c72e918e1.tar.gz
don't 'log' to stderr in `RemoteProgress`
There is simply no excuse to doing that. Closes #330
Diffstat (limited to 'git/util.py')
-rw-r--r--git/util.py1
1 files changed, 0 insertions, 1 deletions
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