불필요한 print 코드 제거

This commit is contained in:
Klaus 2024-01-10 23:52:57 +09:00
parent f89a61e23e
commit 0dd1a706fd
1 changed files with 0 additions and 1 deletions

View File

@ -200,7 +200,6 @@ class AudioContentController(
val contentIdList = repository.getNotReleaseContentId()
for (contentId in contentIdList) {
println(contentId)
service.releaseContent(contentId)
}