Skip to content

Commit 688e117

Browse files
committed
Remove log of git version
1 parent 68f4300 commit 688e117

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libvcs/git.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,6 @@ def get_current_remote_name(self):
468468
469469
:rtype: str
470470
"""
471-
self.info(self.get_git_version())
472471
current_status = self.run(['status', '-sb'])
473472
# git status -sb
474473
# ## v1.0-ourbranch...remotename/v1.0-ourbranch

0 commit comments

Comments
 (0)