Skip to content
Snippets Groups Projects
Commit 3932ae3c authored by Jonas Blatt's avatar Jonas Blatt :ant:
Browse files

remove log

parent a50ec980
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,6 @@ public class DateBoundary extends AbstractGrowingBoundary<LocalDateTime> {
public DateBoundary(String text) {
super(text, LocalDateTime.class);
System.out.println("---> " + getParsedText());
}
private DateBoundary() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment