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