mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
- remove logger check
This commit is contained in:
@@ -228,11 +228,7 @@ public class RecordsManagementAdminServiceImpl extends RecordsManagementAdminBas
|
||||
}
|
||||
catch (LockAcquisitionException e)
|
||||
{
|
||||
if (LOGGER.isDebugEnabled())
|
||||
{
|
||||
LOGGER.debug("Lock release failed: {}: {}", LOCK_QNAME, lockToken, e);
|
||||
|
||||
}
|
||||
LOGGER.debug("Lock release failed: {}: {}", LOCK_QNAME, lockToken, e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user