diff options
| author | Jeff Carr <[email protected]> | 2025-11-02 09:40:01 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-11-02 09:40:01 -0600 |
| commit | 6475144cd37db9ece2a8df6477df820f642c9907 (patch) | |
| tree | c2c9bbbd7451e58a28ae15335b3d912e474b5256 /reloadBranches.go | |
| parent | 7190028798229ba7a2bbfe549ccde2749e87edd8 (diff) | |
more protobuf changes
Diffstat (limited to 'reloadBranches.go')
| -rw-r--r-- | reloadBranches.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/reloadBranches.go b/reloadBranches.go index fd81bdd..aaa2efc 100644 --- a/reloadBranches.go +++ b/reloadBranches.go @@ -122,10 +122,6 @@ func (repo *Repo) checkUserBranch() error { return fmt.Errorf("repo.Config == nil") } - for _, l := range repo.Config.Local { - log.Info("local branch name:", l.Name) - } - return nil } |
