From ceb0a589ec87d275263813e6be6a9d99b9f02bad Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Wed, 30 Nov 2022 14:39:24 -0800 Subject: [PATCH] remove debugging --- bin/vmail-mboxes-get.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/vmail-mboxes-get.sh b/bin/vmail-mboxes-get.sh index 1a05439..91a51d3 100755 --- a/bin/vmail-mboxes-get.sh +++ b/bin/vmail-mboxes-get.sh @@ -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;";