Remove debug statement.

This commit is contained in:
Colin Kuskie 2010-06-17 16:12:44 -07:00
parent ef31678b7f
commit 864b65e38c

View file

@ -512,7 +512,6 @@ sub send {
my $status = 1;
if ($mail->parts <= 1) {
warn "making singlepart";
$mail->make_singlepart;
}
if ($mail->head->get("To")) {