summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-04-30 16:04:55 +0300
committerValery Piashchynski <[email protected]>2021-04-30 16:04:55 +0300
commit556477ca9df3fa2e5939057861314eabe5ce30ca (patch)
tree6bab1f99aa83c794060ab4c913d5ff62fef6882d /tools
parent5f451ffbba6b9758d61ba70ddd112a8e1570045a (diff)
- Make development log colored
- Remove old TODOs Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tools')
-rw-r--r--tools/worker_table.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/worker_table.go b/tools/worker_table.go
index 4dd70d8e..799f045f 100644
--- a/tools/worker_table.go
+++ b/tools/worker_table.go
@@ -83,7 +83,6 @@ func renderStatus(status string) string {
}
func renderJobs(number uint64) string {
- // TODO overflow
return humanize.Comma(int64(number))
}