removed debug code accidentally left in

This commit is contained in:
Frank Dillon 2007-06-15 22:30:23 +00:00
parent 92151cdf7b
commit a2098b828a

View file

@ -314,7 +314,6 @@ Puts this message in the mail queue so it can be sent out later by the workflow
sub queue {
my $self = shift;
$self->session->errorHandler->warn($self->{_message}->stringify);
return $self->session->db->setRow("mailQueue", "messageId", { messageId=>"new", message=>$self->{_message}->stringify, toGroup=>$self->{_toGroup} });
}