🔇 Remove getops logging

This commit is contained in:
Ben Chatelain 2024-03-30 11:40:42 -06:00
parent 246636cb10
commit 9ae76659a3
No known key found for this signature in database

View file

@ -16,7 +16,6 @@ frozen=''
# Detect presence of `-f` frozen option # Detect presence of `-f` frozen option
while getopts "f" opt; do while getopts "f" opt; do
echo "${opt}"
case "${opt}" in case "${opt}" in
f) f)
frozen='-f' frozen='-f'