Remove another puts
This commit is contained in:
parent
1df654d416
commit
46f940621d
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue