Skip to content

Commit

Permalink
Merge branch 'delete-unused-variable' of github.com:bugsnag/bugsnag-ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradIrwin committed Aug 27, 2014
2 parents f1e36e7 + 16acb36 commit fada45e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/bugsnag/notification.rb
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ def ignore!

def ignore_exception_class?
@exceptions.any? do |ex|
ex_name = error_class(ex)
ancestor_chain = ex.class.ancestors.select { |ancestor| ancestor.is_a?(Class) }.map { |ancestor| error_class(ancestor) }.to_set

@configuration.ignore_classes.any? do |to_ignore|
Expand Down

0 comments on commit fada45e

Please sign in to comment.