From 19d8563b793d31f5fd6a641f0cdb5ce8d706ee44 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sun, 28 Apr 2024 02:51:07 +0100 Subject: [PATCH] refactor: drop time when running list_supported() --- quickget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickget b/quickget index 3196c7d..35caecf 100755 --- a/quickget +++ b/quickget @@ -3540,7 +3540,7 @@ case "${1}" in list_json ;; '--list'|'-l') - time list_supported + list_supported ;; esac