Remove another puts

This commit is contained in:
Raphael Sofaer 2011-08-10 11:20:38 -07:00
parent 1df654d416
commit 46f940621d

View file

@ -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,