From f5d0bfdec7a192b8bc0fcd8edd32c51cad63a3c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Thu, 21 Jan 2021 15:40:04 +0100 Subject: [PATCH] Remove stray print statement --- snikket_web/infra.py | 1 - 1 file changed, 1 deletion(-) diff --git a/snikket_web/infra.py b/snikket_web/infra.py index 22f571f..212ca14 100644 --- a/snikket_web/infra.py +++ b/snikket_web/infra.py @@ -26,7 +26,6 @@ def selected_locale() -> str: selected = request.accept_languages.best_match( current_app.config['LANGUAGES'] ) - print(request.accept_languages, current_app.config["LANGUAGES"], selected) return selected