Skip to content

Commit

Permalink
Widen logedit Output
Browse files Browse the repository at this point in the history
Removed ID fields in output.
  • Loading branch information
gerteck committed Apr 14, 2024
1 parent 3917e0d commit 14d5505
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/scrolls/elder/logic/Messages.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ public static String formatLog(Log log) {
final StringBuilder builder = new StringBuilder();
builder.append("Title: ")
.append(log.getLogTitle())
.append("; Volunteer ID: ")
.append(log.getVolunteerId())
.append("; Befriendee ID: ")
.append(log.getBefriendeeId())
.append("; Start Date: ")
.append(startDateWithoutTime)
.append("; Duration: ")
Expand Down

0 comments on commit 14d5505

Please sign in to comment.