diff --git a/reloadBranches.go b/reloadBranches.go index b7e3a15..7c07582 100644 --- a/reloadBranches.go +++ b/reloadBranches.go @@ -40,7 +40,8 @@ func (repo *Repo) CheckBranches() bool { // Slice the last 4 runes lastFour := runes[runeCount-4:] if string(lastFour) == "HEAD" { - log.Info("skip HEAD fullfile", fullfile) + // assume HEAD is always a valid branch + // log.Info("skip HEAD. always valid branch name", fullfile) continue }