tone down verbosity

This commit is contained in:
Casey Lee 2020-03-06 10:25:18 -08:00
parent c32a87c6dc
commit e33606361f
No known key found for this signature in database
GPG key ID: 1899120ECD0A1784

View file

@ -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