1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00

tone down verbosity

This commit is contained in:
Casey Lee 2020-03-06 10:25:18 -08:00
parent ec337ae5cf
commit 965f86d04e

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