From cf8d08574f9fc158eadb6343e23103d52c6911e5 Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Tue, 19 Sep 2023 19:37:20 -0700 Subject: [PATCH] Remove unnecessary comment --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index fce92c0..50d7fd2 100644 --- a/main.go +++ b/main.go @@ -24,7 +24,6 @@ import ( "os/signal" "strings" "syscall" - //"time" "github.com/mattn/go-isatty" "github.com/urfave/cli/v2"