RM-272: RM module, impossible to set DEBUG log4j

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.0@38532 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Roy Wetherall
2012-06-29 03:23:14 +00:00
parent 88c87767c7
commit 8e7a68e8bf

View File

@@ -105,10 +105,6 @@ public class RecordsManagementActionServiceImpl implements RecordsManagementActi
{ {
if (this.rmActions.containsKey(rmAction.getName()) == false) if (this.rmActions.containsKey(rmAction.getName()) == false)
{ {
if (logger.isDebugEnabled())
{
logger.debug("Registering rmAction " + rmAction);
}
this.rmActions.put(rmAction.getName(), rmAction); this.rmActions.put(rmAction.getName(), rmAction);
if (rmAction.isDispositionAction() == true) if (rmAction.isDispositionAction() == true)