logging
This commit is contained in:
parent
391b41eb4a
commit
2358e03adb
|
@ -72,8 +72,6 @@ func load(localeStr string) {
|
||||||
}
|
}
|
||||||
|
|
||||||
Locales[localeStr] = l
|
Locales[localeStr] = l
|
||||||
|
|
||||||
logger.Debugf("Loaded [%s] locale configuration", localeStr)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get gets message with the specified locale and key.
|
// Get gets message with the specified locale and key.
|
||||||
|
|
Loading…
Reference in New Issue