From 87646b6a28bedd0ca7b4f526c4d7c73e18ca4e73 Mon Sep 17 00:00:00 2001 From: velvettear Date: Thu, 23 Nov 2023 14:53:12 +0100 Subject: [PATCH] removed echo statement --- gosplash.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/gosplash.sh b/gosplash.sh index 642ff7a..efa5db1 100755 --- a/gosplash.sh +++ b/gosplash.sh @@ -20,7 +20,5 @@ bin="$dir/gosplash" [[ -z "$GOSPLASH_QUERY" ]] && export GOSPLASH_QUERY="$query" [[ -z "$GOSPLASH_COUNT" ]] && export GOSPLASH_COUNT="$count" -echo "$GOSPLASH_APIKEY" - # run gosplash $bin "$1"