사용하지 않는 로그 제거
This commit is contained in:
parent
e5acc5468f
commit
bbf0b26025
|
@ -69,7 +69,6 @@ class AudioContentMainTabReplayViewModel(
|
|||
if (it.success && it.data != null) {
|
||||
val data = it.data
|
||||
|
||||
Logger.e("data: $data")
|
||||
_contentBannerLiveData.value = data.contentBannerList
|
||||
_newContentListLiveData.value = data.newLiveReplayContentList
|
||||
_contentRankingLiveData.value = data.rankLiveReplayContentList
|
||||
|
|
Loading…
Reference in New Issue