Skip to content

Commit

Permalink
Remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrozanec committed Jul 15, 2019
1 parent 127dfbd commit 8f7be79
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -74,7 +74,6 @@ protected ExecutionTimeBuilder forMonthsMatching(final CronField cronField) {
protected ExecutionTimeBuilder forYearsMatching(final CronField cronField) { protected ExecutionTimeBuilder forYearsMatching(final CronField cronField) {
validate(CronFieldName.YEAR, cronField); validate(CronFieldName.YEAR, cronField);
yearsValueGenerator = FieldValueGeneratorFactory.forCronField(cronField); yearsValueGenerator = FieldValueGeneratorFactory.forCronField(cronField);
System.out.println(String.format("We for an %s builder", yearsValueGenerator.getClass()));//TODO delete
return this; return this;
} }


Expand Down

3 comments on commit 8f7be79

@JerryCai
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jmrozanec Could you help to release new version for this fix? Thanks!

@jmrozanec
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JerryCai sure! Will do so over the week and let you know. Best!

@nsmith297
Copy link

@nsmith297 nsmith297 commented on 8f7be79 Sep 20, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jmrozanec Can we get a build and deployment for this fix please?

Please sign in to comment.