diff options
| author | Jeff Carr <[email protected]> | 2024-12-18 19:36:23 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-18 19:36:23 -0600 |
| commit | 406817d5b2594f8c79dab4087c2fef811a8eff5b (patch) | |
| tree | d62e525bae833f4e87405e07bd5d06638203376f /common.go | |
| parent | 22d2ae5cd79791ca5d70e2f6670d20a8d5e36984 (diff) | |
minor
Diffstat (limited to 'common.go')
| -rw-r--r-- | common.go | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,7 +1,5 @@ package gitpb -import "go.wit.com/log" - func (repo *Repo) SetReadOnly(b bool) { repo.ReadOnly = b } @@ -11,7 +9,6 @@ func (repo *Repo) SetTargetVersion(target string) { } func (repo *Repo) SetMasterBranchName(s string) { - log.Info("gitpb.SetMaster() SET MASTER TO", s) repo.MasterBranchName = s } |
