Skip to content

Commit

Permalink
removed print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
al6862 committed Feb 26, 2024
1 parent c935cee commit f8ac48d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def home():
elif 'sign-up' in request.form:
return redirect('/signup')
elif 'play-as-guest' in request.form:
print("here")
return redirect('/guest/decks')
return render_template('start.html')

Expand Down

0 comments on commit f8ac48d

Please sign in to comment.