Commit 6c2fc52a6d780fefb92cd1712fbab911fd31b55f

Authored by Nathan Broadbent
1 parent 0c5a386a
Exists in master and in 1 other branch production

How did that get there. [ci skip]

lib/overrides/hoptoad_notifier/hoptoad_notifier.rb
... ... @@ -14,9 +14,8 @@ HoptoadNotifier.module_eval do
14 14 app.save!
15 15 end
16 16 notice.send("api_key=", app.api_key)
17   - # Create notice internally.
18   - debugger
19 17  
  18 + # Create notice internally.
20 19 report = ErrorReport.new(notice.to_xml)
21 20 report.generate_notice!
22 21  
... ...