diff options
| author | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-12 10:57:38 -0800 |
|---|---|---|
| committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-12 10:57:38 -0800 |
| commit | 20e4f9e5411bea400212737a7f3967052a3fe165 (patch) | |
| tree | afb37d386465c2a9368f5395496be7945163548e /src/screens/onboarding/Login.tsx | |
| parent | 2c97108964e5a8fc89f3a9839ea13103e86b340b (diff) | |
remove some unwanted console log
Diffstat (limited to 'src/screens/onboarding/Login.tsx')
| -rw-r--r-- | src/screens/onboarding/Login.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/screens/onboarding/Login.tsx b/src/screens/onboarding/Login.tsx index 2ca4172b..cfa39dbd 100644 --- a/src/screens/onboarding/Login.tsx +++ b/src/screens/onboarding/Login.tsx @@ -165,7 +165,6 @@ const Login: React.FC<LoginProps> = ({navigation}: LoginProps) => { userLogin(dispatch, {userId: data.UserID, username}); fcmService.sendFcmTokenToServer(); } catch (err) { - console.log(data); Alert.alert(ERROR_INVALID_LOGIN); } } else if (statusCode === 200 && !data.isOnboarded) { |
