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:
parent
ec337ae5cf
commit
965f86d04e
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…
Add table
Add a link
Reference in a new issue