불필요한 print 제거

This commit is contained in:
Klaus 2024-03-30 02:34:51 +09:00
parent aa4af439be
commit b3b7ef90e8
1 changed files with 0 additions and 2 deletions

View File

@ -111,8 +111,6 @@ class AudioContentController(private val service: AudioContentService) {
) = run {
if (member == null) throw SodaException("로그인 정보를 확인해주세요.")
print("test")
ApiResponse.ok(
service.getAudioContentList(
creatorId = creatorId,