Remove unnecessary debug line
This commit is contained in:
parent
eed99b2283
commit
3904c2b208
|
@ -7,7 +7,6 @@ ACTION=$1
|
|||
if [[ "$1" == '' ]]; then
|
||||
ACTION='bar'
|
||||
fi
|
||||
echo "$ACTION" >&2
|
||||
|
||||
if [[ $ACTION == 'bar' ]]; then
|
||||
:
|
||||
|
|
Loading…
Reference in New Issue