Skip to content

Commit

Permalink
JabRef#8189 - remove println
Browse files Browse the repository at this point in the history
Signed-off-by: yukioz <[email protected]>
  • Loading branch information
yukioz committed Apr 3, 2022
1 parent 551c28e commit 5c91d3d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/org/jabref/gui/groups/GroupTreeViewModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,6 @@ public void editGroup(GroupNodeViewModel oldGroup) {
boolean keepPreviousAssignments;

if(!group.getName().equals(oldGroup.getDisplayName())) {

System.out.println(group.getName());
System.out.println(oldGroup.getDisplayName());

keepPreviousAssignments = dialogService.showConfirmationDialogAndWait(
Localization.lang("Change of Grouping Method"),
Localization.lang("Assign the original group's entries to this group?"));
Expand Down

0 comments on commit 5c91d3d

Please sign in to comment.