remove debugging

This commit is contained in:
Matthew Saunders Brown 2022-11-30 14:39:24 -08:00
parent d064fcba84
commit ceb0a589ec

View File

@ -62,7 +62,6 @@ elif [[ -z $mbox ]] && [[ -n $domain ]]; then
# uncomment above 3 lines to force search term, otherwise all email addresses for all domains will be returned
fi
echo $dbquery
# set order by
dbquery="$dbquery ORDER BY domain, mbox;";