Skip to content

Commit

Permalink
Merge pull request #196 from gerteck/branch-v1.4.2
Browse files Browse the repository at this point in the history
Remove visible backend IDs from logedit output
  • Loading branch information
chaaaaun authored Apr 14, 2024
2 parents 3917e0d + 14d5505 commit dcb676e
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 dcb676e

Please sign in to comment.