Skip to content

Commit

Permalink
style [#216] 불필요한 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1hyun committed Jan 24, 2025
1 parent 2dccd05 commit 6aa47d1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ public List<ConfetiArtist> findArtistsByArtistIdsEntry(final List<String> artist
}

public List<ConfetiArtist> findArtistsByArtistIds(final List<String> artistIds) {
artistIds.forEach(artistId -> System.out.print(artistId + ","));
System.out.println();
if (artistIds.isEmpty()) {
return Collections.emptyList();
}
Expand Down

0 comments on commit 6aa47d1

Please sign in to comment.