Skip to content

Commit 8a0d1f6

Browse files
committed
feat:TOP-106 디버깅용 테스트 코드 제거
1 parent a928d2e commit 8a0d1f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

domain/src/main/java/com/tht/tht/domain/tohot/FetchToHotStateUseCase.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ class FetchToHotStateUseCase(
3636
lastUserDailyFallingCourserIdx = lastUserDailyFallingCourserIdx,
3737
size = size
3838
).getOrThrow()
39-
// .copy(selectTopicIdx = -1) //TODO: Remove -> TestCode
4039

4140
val topicInfo = ToHotStateModel.TopicInfo(
4241
selectTopic = topic.topics.firstOrNull { it.idx == userCards.selectTopicIdx },

0 commit comments

Comments
 (0)