Skip to content

Commit 0ddf577

Browse files
committed
Remove debug output
1 parent b32b77a commit 0ddf577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/ChallengeThree.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public DateUtil(String date) {
4747

4848
// CODE2: Write code to initialize the date field of the class
4949
theDate = LocalDate.parse(date);
50-
System.out.println(theDate);
50+
5151
// ====================================
5252
// Do not change the code after this
5353
}

0 commit comments

Comments
 (0)