Skip to content

Commit

Permalink
Remove debug statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Jun 17, 2010
1 parent ef31678 commit 864b65e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/WebGUI/Mail/Send.pm
Expand Up @@ -512,7 +512,6 @@ sub send {
my $status = 1;

if ($mail->parts <= 1) {
warn "making singlepart";
$mail->make_singlepart;
}
if ($mail->head->get("To")) {
Expand Down

0 comments on commit 864b65e

Please sign in to comment.