From 965f86d04edf7bc947622c3017262dca12458b92 Mon Sep 17 00:00:00 2001 From: Casey Lee Date: Fri, 6 Mar 2020 10:25:18 -0800 Subject: [PATCH] tone down verbosity --- act/common/git.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/act/common/git.go b/act/common/git.go index 47369ada..969a7518 100644 --- a/act/common/git.go +++ b/act/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