Skip to content

Commit

Permalink
Removes debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
adamof committed Jun 17, 2016
1 parent 1933230 commit 1cc6364
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/mailgun/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def parsed_url
def http_client
http = Net::HTTP.new(mailgun_url.host, mailgun_url.port)
http.use_ssl = true
http.set_debug_output STDOUT
http
end

Expand Down

0 comments on commit 1cc6364

Please sign in to comment.