forked from luna/vim-rana-local
remove log.info
This commit is contained in:
parent
4346a055e3
commit
fea849c8ce
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ def git_project(path):
|
|||
|
||||
def find_git_config(path):
|
||||
path = os.path.realpath(path)
|
||||
log.info(path)
|
||||
if os.path.isfile(path):
|
||||
path = os.path.split(path)[0]
|
||||
if os.path.isfile(os.path.join(path, '.git', 'config')):
|
||||
|
|
Loading…
Reference in a new issue