tone down verbosity
This commit is contained in:
parent
c32a87c6dc
commit
e33606361f
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ func findGitDirectory(fromFile string) (string, error) {
|
|||
return "", err
|
||||
}
|
||||
|
||||
log.Debugf("Searching for git directory in %s", absPath)
|
||||
//log.Debugf("Searching for git directory in %s", absPath)
|
||||
fi, err := os.Stat(absPath)
|
||||
if err != nil {
|
||||
return "", err
|
||||
|
|
Loading…
Reference in a new issue