diff options
| author | Jeff Carr <[email protected]> | 2025-10-04 00:07:54 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-04 00:07:54 -0500 |
| commit | 300d69a300c2b4eaaab9dab4640ca1c9aeeac2f5 (patch) | |
| tree | 605e6cd332cf414ebf84218f062410a95047cb58 /tablePB.go | |
| parent | ecfdb58a48931389c5f27f465bf7478428cb385d (diff) | |
Diffstat (limited to 'tablePB.go')
| -rw-r--r-- | tablePB.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
