From 9670357f987edb37360a82542f34e0b2665c81d5 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 28 Feb 2021 16:58:50 +0100 Subject: [PATCH] No need to display this message --- moulinette/core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/moulinette/core.py b/moulinette/core.py index 409c6b61..c41b7d21 100644 --- a/moulinette/core.py +++ b/moulinette/core.py @@ -121,7 +121,6 @@ class Translator(object): self.default_locale != self.locale and key in self._translations.get(self.default_locale, {}) ): - logger.info("untranslated key '%s' for locale '%s'", key, self.locale) try: return self._translations[self.default_locale][key].format(