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
|
end
|
||||||
|
|
||||||
def notify_hoptoad(error, job_arguments, backtrace)
|
def notify_hoptoad(error, job_arguments, backtrace)
|
||||||
puts "Notifying hoptoad"
|
|
||||||
HoptoadNotifier.notify(
|
HoptoadNotifier.notify(
|
||||||
:error_class => error.class,
|
:error_class => error.class,
|
||||||
:error_message => error.message,
|
:error_message => error.message,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue