From fbc3dae556b67cd93d6f8abbdee1f0c7293318ad Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 20 Jan 2025 07:58:39 -0600 Subject: improving the logic --- main.go | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index 1129afe..c36d461 100644 --- a/main.go +++ b/main.go @@ -45,24 +45,6 @@ func main() { fhelp.CheckGoModCleanExit() - /* - var bad bool = false - all := me.forge.Repos.SortByFullPath() - for all.Scan() { - repo := all.Next() - if repo.IsDevelBranch() { - continue - } - log.Info("not on devel branch:", repo.GetCurrentBranchName(), repo.GetDevelBranchName()) - log.Info("not on devel branch:", repo.GetFullPath()) - log.Info("you can not continue if repos are not on devel branches") - bad = true - } - if bad { - os.Exit(-1) - } - */ - // me.forge.ConfigPrintTable() os.Setenv("REPO_WORK_PATH", me.forge.GetGoSrc()) -- cgit v1.2.3