diff options
Diffstat (limited to 'app/models/info_request.rb')
-rw-r--r-- | app/models/info_request.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/info_request.rb b/app/models/info_request.rb index e9d1f84dc..cfef6ebd8 100644 --- a/app/models/info_request.rb +++ b/app/models/info_request.rb @@ -453,7 +453,6 @@ public self.save! end self.info_request_events.each { |event| event.xapian_mark_needs_index } # for the "waiting_classification" index - incoming_message.parse_raw_email! RequestMailer.deliver_new_response(self, incoming_message) end |