summaryrefslogtreecommitdiff
path: root/table.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-21 18:49:52 -0600
committerJeff Carr <[email protected]>2025-02-21 18:49:52 -0600
commit5670c722c5219a48d74aecd7b8f70bba9b9d7a31 (patch)
tree432cc8ba707c66f636e80168ed4080c04464efa8 /table.go
parent5f2b7daae3b9ad21d21b70c2b4ad1da9d2a1a4a8 (diff)
quiet more debugging outputv0.22.17v0.22.16
Diffstat (limited to 'table.go')
-rw-r--r--table.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/table.go b/table.go
index 1e4db7c..57d7e44 100644
--- a/table.go
+++ b/table.go
@@ -185,7 +185,7 @@ func (me *TreeInfo) addTableRow(t *guipb.Table, grid *Node, name string, w int)
switch v := msg.(type) {
case *timestamppb.Timestamp:
- fmt.Println("Unpacked Timestamp:", shell.FormatDuration(time.Since(v.AsTime())))
+ // fmt.Println("Unpacked Timestamp:", shell.FormatDuration(time.Since(v.AsTime())))
widg.Name = shell.FormatDuration(time.Since(v.AsTime()))
default:
fmt.Println("Unknown type:", v)