Skip to content

Commit

Permalink
refactor: 불필요한 로그 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunji1203 committed Sep 14, 2023
1 parent 79723e9 commit 22c4907
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 com.now.naaga.presentation.login

import android.util.Log
import androidx.lifecycle.LiveData
import androidx.lifecycle.MutableLiveData
import androidx.lifecycle.ViewModel
Expand All @@ -27,7 +26,6 @@ class LoginViewModel(
}.onSuccess { status ->
_isLoginSucceed.value = status
}.onFailure {
Log.d("test", "${it.message} , ${it}")
_throwable.value = it as DataThrowable
}
}
Expand Down

0 comments on commit 22c4907

Please sign in to comment.