Remove unnecessary debug line

This commit is contained in:
John Mertz 2022-11-04 13:10:04 -04:00
parent eed99b2283
commit 3904c2b208
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ ACTION=$1
if [[ "$1" == '' ]]; then
ACTION='bar'
fi
echo "$ACTION" >&2
if [[ $ACTION == 'bar' ]]; then
: