Skip to content

Commit

Permalink
Fixed errors when displaying debt data.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcordi committed Dec 4, 2022
1 parent 884cfd7 commit 1b75230
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/View/BalanceView.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ public BalanceView(List<List<Object>> debtData, String username, List<String> gr
JScrollPane scrollPane = new JScrollPane(table);

add(scrollPane);
System.out.println("debtdata from balanceview" + debtData);
System.out.println("members from balance" + groupUsernames);

}

Expand Down

0 comments on commit 1b75230

Please sign in to comment.