diff options
Diffstat (limited to 'table.go')
| -rw-r--r-- | table.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
