불필요한 print 코드 제거
This commit is contained in:
@@ -200,7 +200,6 @@ class AudioContentController(
|
|||||||
val contentIdList = repository.getNotReleaseContentId()
|
val contentIdList = repository.getNotReleaseContentId()
|
||||||
|
|
||||||
for (contentId in contentIdList) {
|
for (contentId in contentIdList) {
|
||||||
println(contentId)
|
|
||||||
service.releaseContent(contentId)
|
service.releaseContent(contentId)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user