summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)