diff --git a/pkg/common/git.go b/pkg/common/git.go index 47369ad..969a751 100644 --- a/pkg/common/git.go +++ b/pkg/common/git.go @@ -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