Skip to content

Commit

Permalink
콘솔 로그 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
dla0510 committed Jun 10, 2024
1 parent ccfc1b7 commit 02976fc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public PurchaseItem(Purchase purchase, Ticket ticket) {
}

public void setPurchase(Purchase purchase) {
System.out.println("setPurchase of purchaseitem");
if (this.purchase != null) {
this.purchase.getPurchaseItems().remove(this);
}
Expand Down

0 comments on commit 02976fc

Please sign in to comment.