Commit 6c2fc52a6d780fefb92cd1712fbab911fd31b55f
1 parent
0c5a386a
Exists in
master
and in
1 other branch
How did that get there. [ci skip]
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
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 | ... | ... |