quiet more debugging output
This commit is contained in:
parent
5f2b7daae3
commit
5670c722c5
2
table.go
2
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)
|
||||
|
|
Loading…
Reference in New Issue