removed echo statement

This commit is contained in:
Daniel Sommer 2023-11-23 14:53:12 +01:00
parent 5912306a1c
commit 87646b6a28

View file

@ -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"