불필요한 print 제거
This commit is contained in:
parent
aa4af439be
commit
b3b7ef90e8
|
@ -111,8 +111,6 @@ class AudioContentController(private val service: AudioContentService) {
|
||||||
) = run {
|
) = run {
|
||||||
if (member == null) throw SodaException("로그인 정보를 확인해주세요.")
|
if (member == null) throw SodaException("로그인 정보를 확인해주세요.")
|
||||||
|
|
||||||
print("test")
|
|
||||||
|
|
||||||
ApiResponse.ok(
|
ApiResponse.ok(
|
||||||
service.getAudioContentList(
|
service.getAudioContentList(
|
||||||
creatorId = creatorId,
|
creatorId = creatorId,
|
||||||
|
|
Loading…
Reference in New Issue