removed echo statement
This commit is contained in:
parent
5912306a1c
commit
87646b6a28
1 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue