You've already forked snikket-web-portal
Remove stray print statement
This commit is contained in:
@@ -26,7 +26,6 @@ def selected_locale() -> str:
|
|||||||
selected = request.accept_languages.best_match(
|
selected = request.accept_languages.best_match(
|
||||||
current_app.config['LANGUAGES']
|
current_app.config['LANGUAGES']
|
||||||
)
|
)
|
||||||
print(request.accept_languages, current_app.config["LANGUAGES"], selected)
|
|
||||||
return selected
|
return selected
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user