summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpostfix_wizard/Postfix.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/postfix_wizard/Postfix.pm b/postfix_wizard/Postfix.pm
index e1f5c950..2171c596 100755
--- a/postfix_wizard/Postfix.pm
+++ b/postfix_wizard/Postfix.pm
@@ -84,7 +84,6 @@ $o->{pages} = {
$o->{var}{wiz_mail_masquerade} ||= get_mail_masquerade();
},
complete => sub {
- print "in is $::in\n";
if ($o->{var}{wiz_mail_masquerade} !~ /\w+\.\w+$/) {
$::in->ask_warn(N("Error"), N("Masquerade should be a valid domain name such as \"mydomain.com\"!"));
return 1;