Skip to content

Commit

Permalink
remove system.out.println from ui (GRP-1084?)
Browse files Browse the repository at this point in the history
  • Loading branch information
mchyzer committed Jan 21, 2015
1 parent 410d322 commit dc28495
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public static GrouperUiTextConfig retrieveText(Locale locale) {
GrouperUiTextConfig grouperTextConfig = new GrouperUiTextConfig(textBundleBean.getFileNamePrefix() + ".properties",
textBundleBean.getFileNamePrefix() + ".base.properties", textBundleBean.getLanguage() + "_" + textBundleBean.getCountry());
grouperTextConfig = (GrouperUiTextConfig)grouperTextConfig.retrieveFromConfigFileOrCache();
System.out.println(grouperTextConfig.propertyValueString("institutionName"));

return grouperTextConfig;

}
Expand Down

0 comments on commit dc28495

Please sign in to comment.