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,