Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
♻️ :: 로그 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Tmdhoon2 committed Dec 2, 2023
1 parent 3d5cdae commit d1a6fc1
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.signal.signal_android.feature.diagnosis

import android.util.Log
import androidx.lifecycle.viewModelScope
import com.signal.domain.entity.DiagnosisEntity
import com.signal.domain.entity.DiagnosisHistoryEntity
Expand Down Expand Up @@ -57,8 +56,6 @@ internal class DiagnosisViewModel(
viewModelScope.launch(Dispatchers.IO) {
getHistoryCountUseCase().onSuccess {
setState(state.value.copy(historyCount = it))
}.onFailure {
Log.d("TEST", it.toString())
}
}
}
Expand Down

0 comments on commit d1a6fc1

Please sign in to comment.