From f00e6eb71d49fe258abaf11f832d0cd3e6b76840 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Mon, 18 Apr 2016 17:43:55 +0100 Subject: [PATCH] Remove ExceptionNotifier --- config/application.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/application.rb b/config/application.rb index 7d18e7f..baf2a21 100644 --- a/config/application.rb +++ b/config/application.rb @@ -60,11 +60,6 @@ module DanBarberPhoto if Rails.env.production? # Heartbeat config.middleware.insert_before 0, 'Heartbeat' - - # Rack Middleware - config.middleware.use ::ExceptionNotifier, :email_prefix => "[DanBarberPhoto] ", - :sender_address => %{"Exception Notification" }, - :exception_recipients => %w{dan@danbarberphoto.com} end end