Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c58887a

Browse files
committed
don't 'log' to stderr in RemoteProgress
There is simply no excuse to doing that. Closes gitpython-developers#330
1 parent b307f04 commit c58887a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

git/util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ def _parse_progress_line(self, line):
239239
# to make sure we get informed in case the process spits out new
240240
# commands at some point.
241241
self.line_dropped(sline)
242-
sys.stderr.write("Operation name %r unknown - skipping line '%s'" % (op_name, sline))
243242
# Note: Don't add this line to the failed lines, as we have to silently
244243
# drop it
245244
return failed_lines

0 commit comments

Comments
 (0)