removing checkstyle violation

This commit is contained in:
leif stawnyczy 2024-03-08 10:51:43 -05:00
parent e10773b814
commit 7c1538fcc1
1 changed files with 0 additions and 1 deletions

View File

@ -162,7 +162,6 @@ public class JobMaintenanceServiceImpl implements IJobMaintenanceService, IHasSc
private boolean runMaintenanceDirectlyWithTimeout() {
if (getQueueLength() > 0) {
System.out.println("THREDS WAITING RETURN FALSE FOR FAST TRACKING");
ourLog.debug(
"There are already {} threads waiting to run a maintenance pass. Ignoring request.",
getQueueLength());