Skip to content

Commit

Permalink
#13 [Chore] : 수정 Log 문 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
imtaejugkim committed Dec 18, 2024
1 parent 2260732 commit f72b089
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.sopt.and.presentation.login

import android.util.Log
import androidx.lifecycle.viewModelScope
import dagger.hilt.android.lifecycle.HiltViewModel
import kotlinx.coroutines.launch
Expand Down Expand Up @@ -53,7 +52,6 @@ class LogInViewModel @Inject constructor(
},
onFailure = { error ->
val message = if (error is HttpException) {
Log.d("error", error.code().toString())
when (error.code()) {
400 -> R.string.log_in_method
403 -> R.string.sign_up_paswd
Expand Down

0 comments on commit f72b089

Please sign in to comment.