Skip to content

Commit

Permalink
✨ refactor(api): disable logging
Browse files Browse the repository at this point in the history
  • Loading branch information
siyeonSon committed Sep 23, 2024
1 parent 5438995 commit 4836bd6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@
import com.depromeet.domains.recommend.repository.SearchRecommendTermRepository;
import com.depromeet.external.applemusic.service.AppleMusicService;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Service;

import java.util.List;

@Slf4j
@Service
@RequiredArgsConstructor
public class SearchRecommendService {
Expand Down

0 comments on commit 4836bd6

Please sign in to comment.