사용하지 않는 로그 제거

This commit is contained in:
klaus 2025-02-15 03:05:14 +09:00
parent e5acc5468f
commit bbf0b26025
1 changed files with 0 additions and 1 deletions

View File

@ -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