removing debug log message

This commit is contained in:
brianjlowe 2013-09-03 09:13:19 -04:00
parent ca32a51740
commit abefa1615c

View file

@ -120,7 +120,6 @@ public class ApplicationConfigurationOntologyUtils {
}
Resource updateLevelRes = qsoln.getResource("updateLevel");
if (updateLevelRes != null) {
log.info("updateLevel!");
newProp.setProhibitedFromUpdateBelowRoleLevel(
BaseResourceBean.RoleLevel.getRoleByUri(
updateLevelRes.getURI()));