summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/common.go b/common.go
index 6065b8c..fb17679 100644
--- a/common.go
+++ b/common.go
@@ -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
}