From 2358e03adb827e0ceed99af0f096e19d94e08f22 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sun, 14 Dec 2014 00:43:55 +0800 Subject: [PATCH] logging --- i18n/locales.go | 2 -- 1 file changed, 2 deletions(-) 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.