removed debug code accidentally left in
This commit is contained in:
parent
92151cdf7b
commit
a2098b828a
1 changed files with 0 additions and 1 deletions
|
|
@ -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} });
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue