Skip to content

Commit

Permalink
Remove errant debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
wycats committed Feb 3, 2009
1 parent d4a817c commit d6b9f84
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions actionpack/lib/action_dispatch/http/mime_type.rb
Expand Up @@ -176,8 +176,6 @@ def ===(list)
def ==(mime_type)
return false if mime_type.blank?
(@synonyms + [ self ]).any? do |synonym|
require "ruby-debug"
debugger if mime_type.is_a?(Array)
synonym.to_s == mime_type.to_s || synonym.to_sym == mime_type.to_sym
end
end
Expand Down

0 comments on commit d6b9f84

Please sign in to comment.