Skip to content

Commit

Permalink
chore: remove non-required echo commands
Browse files Browse the repository at this point in the history
  • Loading branch information
CaffeineDuck committed Jan 18, 2023
1 parent b567862 commit 980ce39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion balderdash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ function DOWNLOAD_FILE() {

# Remove custom whitelisted words
for word in ${CUSTOM_WHITELIST[@]}; do
echo $word
sed -i "/$word/d" $FILE
done
echo Removed custom whitelisted words from $FILE
Expand Down

0 comments on commit 980ce39

Please sign in to comment.