mirror of
https://github.com/apache/activemq.git
synced 2026-03-13 08:02:28 +08:00
AMQ-6327 - Remove System.out.println
This commit is contained in:
committed by
Hadrian Zbarcea
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)) {
|
||||
|
||||
Reference in New Issue
Block a user