Remove debug statement.
This commit is contained in:
parent
ef31678b7f
commit
864b65e38c
1 changed files with 0 additions and 1 deletions
|
|
@ -512,7 +512,6 @@ sub send {
|
||||||
my $status = 1;
|
my $status = 1;
|
||||||
|
|
||||||
if ($mail->parts <= 1) {
|
if ($mail->parts <= 1) {
|
||||||
warn "making singlepart";
|
|
||||||
$mail->make_singlepart;
|
$mail->make_singlepart;
|
||||||
}
|
}
|
||||||
if ($mail->head->get("To")) {
|
if ($mail->head->get("To")) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue