Commit 8525bbc7

mo k <mo@mokhan.ca>
2013-02-21 14:01:58
remove exception notifier startup code
1 parent 1c8a72c
Changed files (1)
config.ru
@@ -2,7 +2,7 @@
 
 require ::File.expand_path('../config/environment',  __FILE__)
 run Cake::Application
-Cake::Application.config.middleware.use ExceptionNotifier,
-  :email_prefix => "[CakeSide] ",
-  :sender_address => %{"notifier" <noreply@cakeside.com>},
-  :exception_recipients => %w{mo.khan+cakeside@gmail.com luuduong@gmail.com}
+#Cake::Application.config.middleware.use ExceptionNotifier,
+  #:email_prefix => "[CakeSide] ",
+  #:sender_address => %{"notifier" <noreply@cakeside.com>},
+  #:exception_recipients => %w{mo.khan+cakeside@gmail.com luuduong@gmail.com}