Skip to content

Commit

Permalink
style: 필요 없는 로그 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
eunjungL committed Jan 1, 2025
1 parent 0fd25ac commit 813750b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public Page<TravelogueSimpleResponse> findSimpleTravelogues(
TravelogueSearchRequest searchRequest,
Pageable pageable
) {
System.out.println("Cache MISS!!");
TravelogueFilterCondition filter = filterRequest.toFilterCondition();
SearchCondition searchCondition = searchRequest.toSearchCondition();

Expand Down

0 comments on commit 813750b

Please sign in to comment.