Skip to content

Commit

Permalink
Merge pull request #29 from mikedebock/remove-puts
Browse files Browse the repository at this point in the history
Remove puts from mail.rb
  • Loading branch information
thinkingserious committed Oct 17, 2015
2 parents 2dc63d7 + 6609e48 commit 95cbe26
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/sendgrid/mail.rb
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@ def to_h
end
end

puts payload[:files]
puts payload[:content]

payload
end
# rubocop:enable Style/HashSyntax
Expand Down

0 comments on commit 95cbe26

Please sign in to comment.