From 5eb1cd89b6dd1624c02f2f0a783a847b696e7734 Mon Sep 17 00:00:00 2001 From: Kaya-Sem Date: Sun, 18 Aug 2024 21:29:00 +0200 Subject: [PATCH] begone dumb comment it be fixed --- cmd/tables/tableUtil.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/tables/tableUtil.go b/cmd/tables/tableUtil.go index 924afbf..49110b9 100644 --- a/cmd/tables/tableUtil.go +++ b/cmd/tables/tableUtil.go @@ -46,8 +46,6 @@ type timeable interface { GetDelayInSeconds() int } -// TODO: add delay onto the time - func CalculateHumanRelativeTime(t timeable) string { now := time.Now()