Skip to content

Commit

Permalink
Minor: Errant puts. Whoopsy.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Nov 1, 2009
1 parent 26a64de commit 2e58175
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/mongo_mapper/embedded_document.rb
Expand Up @@ -220,7 +220,6 @@ def attributes
attrs = HashWithIndifferentAccess.new

embedded_keys.each do |key|
puts key.inspect
attrs[key.name] = read_attribute(key.name).try(:attributes)
end

Expand Down

0 comments on commit 2e58175

Please sign in to comment.