Skip to content

Commit

Permalink
Removed redundant print statement from debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
LuahJunYang committed Nov 7, 2023
1 parent c7f9832 commit 79280dd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ public CommandResult execute(Model model) throws CommandException {
personToEdit.removePolicy(policyToDelete);
model.setPerson(personToEdit, personToEdit);
model.updateFilteredPersonList(PREDICATE_SHOW_ALL_PERSONS);
System.out.println(personToEdit);
return new CommandResult(String.format(MESSAGE_DELETE_POLICY_SUCCESS, Messages.format(personToEdit)));
}
}

0 comments on commit 79280dd

Please sign in to comment.