Skip to content

Commit

Permalink
style: remove unecessary print toString
Browse files Browse the repository at this point in the history
  • Loading branch information
alfahami committed May 12, 2024
1 parent e49e474 commit 81a2953
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion manager/Admin.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ public City removeCity(int index) {
public String toString() {
return "{" +
" Cities='" + cities.toString() + "'" +
", Members='" + getMembers().toString() + "'" +
"}";
}

Expand Down

0 comments on commit 81a2953

Please sign in to comment.