From abefa1615c6c8fa117a7e644df073fd8437ea4a3 Mon Sep 17 00:00:00 2001 From: brianjlowe Date: Tue, 3 Sep 2013 09:13:19 -0400 Subject: [PATCH] removing debug log message --- .../webapp/utils/ApplicationConfigurationOntologyUtils.java | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/src/edu/cornell/mannlib/vitro/webapp/utils/ApplicationConfigurationOntologyUtils.java b/webapp/src/edu/cornell/mannlib/vitro/webapp/utils/ApplicationConfigurationOntologyUtils.java index 11cd8b5af..22849fb86 100644 --- a/webapp/src/edu/cornell/mannlib/vitro/webapp/utils/ApplicationConfigurationOntologyUtils.java +++ b/webapp/src/edu/cornell/mannlib/vitro/webapp/utils/ApplicationConfigurationOntologyUtils.java @@ -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()));