diff options
Diffstat (limited to 'config/initializers/alaveteli.rb')
-rw-r--r-- | config/initializers/alaveteli.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config/initializers/alaveteli.rb b/config/initializers/alaveteli.rb index f5fdcf79d..1efc1eb05 100644 --- a/config/initializers/alaveteli.rb +++ b/config/initializers/alaveteli.rb @@ -78,10 +78,3 @@ require 'alaveteli_external_command.rb' require 'quiet_opener.rb' require 'mail_handler' require 'public_body_categories' - -# Temporarily commented out the lines below on the Rails 3 spike. -# TODO: Reinstate this properly! -#if !AlaveteliConfiguration.exception_notifications_from.blank? && !AlaveteliConfiguration.exception_notifications_to.blank? -# ExceptionNotification::Notifier.sender_address = AlaveteliConfiguration::exception_notifications_from -# ExceptionNotification::Notifier.exception_recipients = AlaveteliConfiguration::exception_notifications_to -#end |