No need to display this message

This commit is contained in:
Alexandre Aubin 2021-02-28 16:58:50 +01:00
parent 16c43a67f7
commit 9670357f98

View file

@ -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(