diff --git a/lib/overrides/hoptoad_notifier/hoptoad_notifier.rb b/lib/overrides/hoptoad_notifier/hoptoad_notifier.rb index 80172aa..a2adf43 100644 --- a/lib/overrides/hoptoad_notifier/hoptoad_notifier.rb +++ b/lib/overrides/hoptoad_notifier/hoptoad_notifier.rb @@ -14,9 +14,8 @@ HoptoadNotifier.module_eval do app.save! end notice.send("api_key=", app.api_key) - # Create notice internally. - debugger + # Create notice internally. report = ErrorReport.new(notice.to_xml) report.generate_notice! -- libgit2 0.21.2