Skip to content

Commit

Permalink
fix: 불필요한 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
kjungw1025 committed Nov 6, 2024
1 parent 51b2843 commit 91ee815
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,6 @@ public List<SummarizedProductDto> aiRecommendationListByOnSale() {
List<Long> stepDownProductIds = onSaleStepDownProducts.stream()
.map(Product::getId)
.toList();
for (Long id : stepDownProductIds) {
System.out.println(id + " ");
}
System.out.println();

List<ResponseAIResultDto> responseStepDownAIResultDtos = listStepDownAIResult(stepDownProductIds);
if (responseStepDownAIResultDtos.isEmpty())
Expand Down

0 comments on commit 91ee815

Please sign in to comment.