Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Mar 10, 2024
1 parent c019807 commit 288a268
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public void setValue(String value) {
if (content.isDateTime()) {
this.value = new DateAndTime(content.getAsDateTime());
} else if (content.isTime()) {
System.out.println(content.getAsTime());
this.value = new ClockTime(content.getAsTime().toLocalTime());
} else if (content.isDate()) {
this.value = new CalendarDate(content.getAsDate(), CalenderDateType.DATE);
Expand Down

0 comments on commit 288a268

Please sign in to comment.