From 46f940621dd7ecffb6fab45b7f6f4fb7e39a4d29 Mon Sep 17 00:00:00 2001 From: Raphael Sofaer Date: Wed, 10 Aug 2011 11:20:38 -0700 Subject: [PATCH] Remove another puts --- lib/resque_job_logging.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/resque_job_logging.rb b/lib/resque_job_logging.rb index 2fcc8c38d..83dec4c22 100644 --- a/lib/resque_job_logging.rb +++ b/lib/resque_job_logging.rb @@ -31,7 +31,6 @@ module ResqueJobLogging end def notify_hoptoad(error, job_arguments, backtrace) - puts "Notifying hoptoad" HoptoadNotifier.notify( :error_class => error.class, :error_message => error.message,