IDEMPIERE-2614 Login page - hardcoded log.warning with language

This commit is contained in:
Nicolas Micoud 2015-05-20 11:16:11 -05:00
parent fd17ccb580
commit 9697eb45dd
1 changed files with 0 additions and 2 deletions

View File

@ -170,8 +170,6 @@ public class Language implements Serializable
StringBuilder msglog = new StringBuilder("Adding Language=").append(language).append(", Country=").append(country).append(", Locale=").append(locale);
log.info (msglog.toString());
}
StringBuilder msglog = new StringBuilder("Adding Language=").append(language).append(", Country=").append(country).append(", Locale=").append(locale);
log.warning(msglog.toString());
if (idxReplace >= 0) {
s_languages.set(idxReplace, ll);
} else {