summaryrefslogtreecommitdiff
path: root/tablePB.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-04 00:07:54 -0500
committerJeff Carr <[email protected]>2025-10-04 00:07:54 -0500
commit300d69a300c2b4eaaab9dab4640ca1c9aeeac2f5 (patch)
tree605e6cd332cf414ebf84218f062410a95047cb58 /tablePB.go
parentecfdb58a48931389c5f27f465bf7478428cb385d (diff)
Diffstat (limited to 'tablePB.go')
-rw-r--r--tablePB.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tablePB.go b/tablePB.go
index 8946175..8bd5cc2 100644
--- a/tablePB.go
+++ b/tablePB.go
@@ -30,7 +30,7 @@ func PrintTable(pb *guipb.Table) {
var args []string
var sizes []int
- log.Info("INFO: table len=", len(pb.AnyCols))
+ // log.Info("INFO: table len=", len(pb.AnyCols))
// first print the table header
for _, col := range pb.AnyCols {
args = append(args, col.Header.Name)