mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
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:
@@ -105,10 +105,6 @@ public class RecordsManagementActionServiceImpl implements RecordsManagementActi
|
||||
{
|
||||
if (this.rmActions.containsKey(rmAction.getName()) == false)
|
||||
{
|
||||
if (logger.isDebugEnabled())
|
||||
{
|
||||
logger.debug("Registering rmAction " + rmAction);
|
||||
}
|
||||
this.rmActions.put(rmAction.getName(), rmAction);
|
||||
|
||||
if (rmAction.isDispositionAction() == true)
|
||||
|
Reference in New Issue
Block a user