불필요한 print 코드 제거
This commit is contained in:
parent
f89a61e23e
commit
0dd1a706fd
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue