Skip to content

Commit

Permalink
로그 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
plgafhd committed Oct 5, 2024
1 parent 4893b9a commit 9472862
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.wafflestudio.snutt2.views.logged_out

import android.app.Activity
import android.util.Log
import androidx.activity.compose.rememberLauncherForActivityResult
import androidx.activity.result.contract.ActivityResultContracts
import androidx.compose.foundation.Image
Expand Down Expand Up @@ -139,7 +138,6 @@ fun TutorialPage() {
}

LaunchedEffect(kakaoLoginState) {
Log.d("plgafhdtest", kakaoLoginState.toString())
when (kakaoLoginState) {
is SocialLoginState.Initial -> {}
is SocialLoginState.InProgress -> {}
Expand All @@ -158,7 +156,6 @@ fun TutorialPage() {
}

LaunchedEffect(googleLoginState) {
Log.d("plgafhdtest", googleLoginState.toString())
when (googleLoginState) {
is SocialLoginState.Initial -> {}
is SocialLoginState.InProgress -> {}
Expand Down

0 comments on commit 9472862

Please sign in to comment.