summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-16 23:25:22 -0500
committerJeff Carr <[email protected]>2025-09-16 23:25:22 -0500
commitab666ddbc382707f598613405ef4fe4755d34fce (patch)
tree5559212be79d61270ce05b91eeb608096d156879
parent0b30cd36dc5b1ff3e41e4ee3c383a9135093cc77 (diff)
-rw-r--r--gitTag.printTable.go20
1 files changed, 0 insertions, 20 deletions
diff --git a/gitTag.printTable.go b/gitTag.printTable.go
index 5288753..f261f49 100644
--- a/gitTag.printTable.go
+++ b/gitTag.printTable.go
@@ -19,23 +19,3 @@ func (mt *GitTagsTable) PrintTable() {
mt.MakeTable()
cobol.PrintTable(mt.pb)
}
-
-/*
-func (mt *GitTagsTable) MakeTable() {
- for _, name := range mt.pb.Order {
- // log.Info("gitpb: looking for row name()", name)
- if mt.doStringFunc(name) {
- continue
- }
- if mt.doIntFunc(name) {
- continue
- }
- if mt.doTimeFunc(name) {
- continue
- }
- if mt.doButtonFunc(name) {
- continue
- }
- }
-}
-*/