Skip to content

Commit

Permalink
Remove unintentional debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
bary822 committed Aug 13, 2018
1 parent 76d03a5 commit b3c89d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/mime/types/container.rb
Expand Up @@ -70,7 +70,6 @@ def marshal_load(hash)
end

def encode_with(coder)
debugger
container.each { |k, v| coder[k] = v.to_a }
end

Expand Down

0 comments on commit b3c89d8

Please sign in to comment.