Remove debugging output.
This commit is contained in:
parent
6d4978f652
commit
06fa3713a7
1 changed files with 1 additions and 3 deletions
|
@ -228,12 +228,10 @@ public class CronJob {
|
|||
while (it.hasNext()) {
|
||||
CronJob job = (CronJob) it.next();
|
||||
if (job.getFunction() == null) {
|
||||
System.err.println("DROPPING CRON JOB " + job);
|
||||
it.remove();
|
||||
}
|
||||
}
|
||||
List jobVec = new ArrayList (jobs.values());
|
||||
System.err.println("GOT CRON JOB LIST: " + jobVec);
|
||||
return sort (jobVec);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue