summaryrefslogtreecommitdiff
path: root/hideFunction.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-29 21:57:13 -0600
committerJeff Carr <[email protected]>2024-02-29 21:57:13 -0600
commitd60a565d889461fb04063d831cd63334156cd091 (patch)
tree5304611c409461336dc30efd78877ed4358c1e50 /hideFunction.go
parent5aa110ae8b5e643cdb40d8e8e415bf77d08ffd53 (diff)
remove lots of old junk codev0.21.1
Diffstat (limited to 'hideFunction.go')
-rw-r--r--hideFunction.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/hideFunction.go b/hideFunction.go
index a9f835b..5bf3feb 100644
--- a/hideFunction.go
+++ b/hideFunction.go
@@ -21,10 +21,10 @@ func hideFunction(r *repolist.RepoRow) {
}
// always show repos that have not been merged ?
- if r.GoState() == "merge to devel" {
- r.Show()
- return
- }
+// if r.GoState() == "merge to devel" {
+// r.Show()
+// return
+// }
// hide read-only repos
if os.Getenv("AUTOTYPIST_READONLY") == "hide" {