Skip to content
Permalink
Browse files
remove failure in Email::Action::Defaults as well
  • Loading branch information
anarcat committed Feb 25, 2020
1 parent 1504c1a commit 57e9ee19d40707c7c267002ef011eda3edfe492c
Showing with 0 additions and 6 deletions.
  1. +0 −6 lib/RT/Interface/Email/Action/Defaults.pm
@@ -105,12 +105,6 @@ sub _HandleCreate {
MIMEObj => $args{Message},
);
return if $id;

MailError(
Subject => "Ticket creation failed: $args{Subject}",
Explanation => $ErrStr,
FAILURE => 1,
);
}

sub HandleComment {

0 comments on commit 57e9ee1

Please sign in to comment.