diff options
| author | Jeff Carr <[email protected]> | 2025-02-21 18:49:52 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-21 18:49:52 -0600 |
| commit | 5670c722c5219a48d74aecd7b8f70bba9b9d7a31 (patch) | |
| tree | 432cc8ba707c66f636e80168ed4080c04464efa8 | |
| parent | 5f2b7daae3b9ad21d21b70c2b4ad1da9d2a1a4a8 (diff) | |
| -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) |
