Skip to content

Commit

Permalink
fix: remove sysout
Browse files Browse the repository at this point in the history
  • Loading branch information
jinlee1703 committed Oct 19, 2023
1 parent e34da31 commit 892e52a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ public VoucherShareResponseDto create(Voucher voucher, String message) {
.build();
giftCardRepository.save(giftCard);

System.out.println("Giftcard password: " + decryptPassword(giftCard.getPassword()));

return VoucherShareResponseDto.builder()
.id(giftCard.getId())
.build();
Expand Down

0 comments on commit 892e52a

Please sign in to comment.