diff --git a/i18n/locales.go b/i18n/locales.go index f5337cf..bcaadae 100644 --- a/i18n/locales.go +++ b/i18n/locales.go @@ -72,8 +72,6 @@ func load(localeStr string) { } Locales[localeStr] = l - - logger.Debugf("Loaded [%s] locale configuration", localeStr) } // Get gets message with the specified locale and key.