Skip to content
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.

Commit

Permalink
removes logs
Browse files Browse the repository at this point in the history
  • Loading branch information
vvgomes committed Dec 27, 2012
1 parent f34cdcd commit 2357126
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/controllers/donation_tracking_controller.rb
Expand Up @@ -13,9 +13,6 @@ def create
end

def paypal
Rails.logger.info('>>>>>>')
Rails.logger.info("PARAMS: #{params}")
Rails.logger.info('>>>>>>')
if Paypal.verify_payment(params)
Donation.confirm_payment(params[:payment_gross], params[:item_number])
render(:nothing => true, :status => 200)
Expand Down

0 comments on commit 2357126

Please sign in to comment.