Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sc15zs committed May 2, 2024
1 parent e673a08 commit 71cd6dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/main/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ def upload(fund_code, round):
submitting_account_id = g.account_id
submitting_user_email = g.user.email

print("email: ", g.user.email)

if request.method == "GET":
return render_template(
"upload.html",
Expand Down

0 comments on commit 71cd6dd

Please sign in to comment.