quiet more debugging output

This commit is contained in:
Jeff Carr 2025-02-21 18:49:52 -06:00
parent 5f2b7daae3
commit 5670c722c5
1 changed files with 1 additions and 1 deletions

View File

@ -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)