RemoteProgress
1 parent b307f04 commit c58887aCopy full SHA for c58887a
git/util.py
@@ -239,7 +239,6 @@ def _parse_progress_line(self, line):
239
# to make sure we get informed in case the process spits out new
240
# commands at some point.
241
self.line_dropped(sline)
242
- sys.stderr.write("Operation name %r unknown - skipping line '%s'" % (op_name, sline))
243
# Note: Don't add this line to the failed lines, as we have to silently
244
# drop it
245
return failed_lines
0 commit comments