Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
buehlefs committed Jan 24, 2024
1 parent 3f92bfc commit eb3e903
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion muse_for_music/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def register_routes(app: Flask, flask_static_digest):
def index(path: str):
if path.startswith('/api/') or path.startswith('/user-api/'):
abort(404)
print(g.nonce)
return render_template('index.html', title='muse4music', nonce=getattr(g, 'nonce', ''))


Expand Down

0 comments on commit eb3e903

Please sign in to comment.