mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Remove debug message.
This commit is contained in:
@@ -80,8 +80,6 @@ def create_app(app_name=config.APP_NAME):
|
|||||||
def get_locale():
|
def get_locale():
|
||||||
"""Get the best language for the user."""
|
"""Get the best language for the user."""
|
||||||
language = request.accept_languages.best_match(config.LANGUAGES.keys())
|
language = request.accept_languages.best_match(config.LANGUAGES.keys())
|
||||||
app.logger.info('Using language: %s', language)
|
|
||||||
|
|
||||||
return language
|
return language
|
||||||
|
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user