mirror of https://github.com/apache/activemq.git
AMQ-6327 - Remove System.out.println
This commit is contained in:
parent
5b3e513e24
commit
7b7b685f8d
|
@ -151,8 +151,6 @@ public class CronParser {
|
|||
|
||||
if (!isCurrent(dayOfWeek, currentDayOfWeek)) {
|
||||
nextWeekDay = getNext(dayOfWeek, currentDayOfWeek, working);
|
||||
System.out.println("nextWeekDay:"+nextCalendarDay);
|
||||
|
||||
}
|
||||
|
||||
if (!isCurrent(dayOfMonth, currentDayOfMonth)) {
|
||||
|
|
Loading…
Reference in New Issue