remove log.info

This commit is contained in:
Alan Hamlett 2013-06-25 00:58:41 -07:00
parent 4346a055e3
commit fea849c8ce
1 changed files with 0 additions and 1 deletions

View File

@ -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')):