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:
parent
83cbe87040
commit
0988245ccd
@ -80,8 +80,6 @@ def create_app(app_name=config.APP_NAME):
|
||||
def get_locale():
|
||||
"""Get the best language for the user."""
|
||||
language = request.accept_languages.best_match(config.LANGUAGES.keys())
|
||||
app.logger.info('Using language: %s', language)
|
||||
|
||||
return language
|
||||
|
||||
##########################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user