Skip to content

Commit

Permalink
Remove debug logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
GUI committed Jun 16, 2017
1 parent 50b4a1a commit 4147e36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api-umbrella/web-app/app/mailers/contact_mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ class ContactMailer < ActionMailer::Base
default :from => "noreply@#{ApiUmbrellaConfig[:web][:default_host]}"

def contact_email(contact_params)
Rails.logger.info("CONTACT PARAMS: #{contact_params.inspect}")
@contact = Contact.new(contact_params)

mail :reply_to => @contact.email,
Expand Down

0 comments on commit 4147e36

Please sign in to comment.