diff options
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 } |
