From 018cd2568f72693bf86cdbb88e0ae48642dd1696 Mon Sep 17 00:00:00 2001 From: Mohamad Abras Date: Sat, 24 Apr 2021 20:37:21 +0300 Subject: [PATCH] remove duplicate commented code (#2682) --- config/environments/production.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index a785ef55..30215a7c 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -122,10 +122,6 @@ Rails.application.configure do # config.active_job.queue_name_prefix = "greenlight-2_0_#{Rails.env}" config.action_mailer.perform_caching = false - # Ignore bad email addresses and do not raise email delivery errors. - # Set this to true and configure the email server for immediate delivery to raise delivery errors. - # config.action_mailer.raise_delivery_errors = false - # Send deprecation notices to registered listeners. config.active_support.deprecation = :notify