- remove logger check

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

View File

@@ -227,12 +227,8 @@ public class RecordsManagementAdminServiceImpl extends RecordsManagementAdminBas
jobLockService.releaseLock(lockToken, LOCK_QNAME);
}
catch (LockAcquisitionException e)
{
if (LOGGER.isDebugEnabled())
{
LOGGER.debug("Lock release failed: {}: {}", LOCK_QNAME, lockToken, e);
}
}
}
}