- remove logger check

This commit is contained in:
ehardon
2021-03-05 13:59:52 +02:00
parent 77dfcea043
commit e8db079be2

View File

@@ -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);
}
}
}