Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc authored Jun 12, 2019
1 parent 5cb4696 commit b4b6183
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/dashboard/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2476,8 +2476,6 @@ def new_bounty(request):
else:
params['expired_coupon'] = True

print(params['FEE_PERCENTAGE'])

return TemplateResponse(request, 'bounty/fund.html', params)


Expand Down

0 comments on commit b4b6183

Please sign in to comment.