Skip to content

Commit

Permalink
#2 로그제거
Browse files Browse the repository at this point in the history
  • Loading branch information
2zerozu committed Oct 6, 2022
1 parent 866a88c commit b99d444
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.sopt.sample.presentation.login

import android.util.Log
import androidx.lifecycle.LiveData
import androidx.lifecycle.MutableLiveData
import androidx.lifecycle.ViewModel
Expand Down Expand Up @@ -31,10 +30,6 @@ class SignInViewModel @Inject constructor(
_userInfo.value = saveUserInfo.getUserInfo()
_successLogin.value = true
}
Log.d(
"asdf",
"SignInViewModel, 자동로그인:${saveUserInfo.getAutoLogin()}, 유저정보:${saveUserInfo.getUserInfo()}"
)
}
}

Expand Down

0 comments on commit b99d444

Please sign in to comment.