removing checkstyle violation
This commit is contained in:
parent
e10773b814
commit
7c1538fcc1
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue