summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--branchesBox.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/branchesBox.go b/branchesBox.go
index 96ef42e..a8be26b 100644
--- a/branchesBox.go
+++ b/branchesBox.go
@@ -40,12 +40,8 @@ func (rs *RepoStatus) makeBranchesBox(parent *gui.Node) {
})
rs.targetBranch = newgrid.NewDropdown() // `progname:"TARGET"`
- // rs.targetBranch.AddText("master")
newgrid.NextRow()
- // runs "git branch --all"
- // rs.gitBranchAll()
-
rs.showBranchesButton = newgrid.NewButton("find jcarr and devel", func() {
if rs.TagExists("jcarr") {
log.Log(WARN, "tag jcarr exists")