diff options
| author | Jeff Carr <[email protected]> | 2025-01-19 02:37:04 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-19 02:37:04 -0600 |
| commit | 6b2a61ff0e95115a35031047efc0a540b72bcd9c (patch) | |
| tree | 1b5dbe627a29e600cf7578df72015123473c0442 /doCheckout.go | |
| parent | d84d7d468778ce3e1182fd82d68a27b1e613e305 (diff) | |
builds and runs ok
Diffstat (limited to 'doCheckout.go')
| -rw-r--r-- | doCheckout.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doCheckout.go b/doCheckout.go index 4f9aeda..d9fe1a4 100644 --- a/doCheckout.go +++ b/doCheckout.go @@ -158,7 +158,6 @@ func rillCheckoutMaster(repo *gitpb.Repo) error { func doAllCheckoutMaster() error { me.forge.RillFuncError(rillCheckoutMaster) count := me.forge.RillReload() - log.Info("CHECKOUT MASTER COUNT", count) if count != 0 { me.forge.ConfigSave() } |
