Skip to content

Commit

Permalink
remove sout
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavis95 committed Jun 23, 2020
1 parent 6bd8ff9 commit d9a287b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -460,9 +460,6 @@ public void confirm() throws Exception {
Date firstDate = firstDateDocument.getDate("date");
Date lastDate = lastDateDocument.getDate("date");

System.out.println(firstDate);
System.out.println(lastDate);

Assertions.assertTrue(firstDate.compareTo(lastDate) < 0, "First date: " + firstDate + " lastDate: " + lastDate);
}

Expand Down

0 comments on commit d9a287b

Please sign in to comment.