Skip to content

Commit

Permalink
[FEAT/#119] 로그 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Jul 17, 2024
1 parent 78c17dc commit 118b69d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.terning.feature.onboarding.signin

import android.content.Context
import android.util.Log
import androidx.lifecycle.ViewModel
import androidx.lifecycle.viewModelScope
import com.kakao.sdk.auth.model.OAuthToken
Expand Down Expand Up @@ -79,7 +78,6 @@ class SignInViewModel @Inject constructor(
accessToken: String,
authType: String = KAKAO,
) {
Log.d("LYB", accessToken)
authRepository.postSignIn(
accessToken,
SignInRequestModel(authType = authType)
Expand Down

0 comments on commit 118b69d

Please sign in to comment.