From 952cc12ec5bf0397b9a61884c286a16b43aed1e9 Mon Sep 17 00:00:00 2001 From: Coby Powers Date: Tue, 20 Jun 2023 23:56:55 -0500 Subject: [PATCH] Remove test messages from color.sh --- scripts/util/color.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/util/color.sh b/scripts/util/color.sh index a34ca82..910a134 100755 --- a/scripts/util/color.sh +++ b/scripts/util/color.sh @@ -21,7 +21,3 @@ print_warn () { print_error () { echo -e "$RESET"["$RED"x"$RESET"] $@ } - -print_info Hello -print_warn Hello -print_error Hello