Skip to content

Commit

Permalink
chore: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
hopetambala committed Jan 27, 2022
1 parent a5e610e commit c5dc192
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion domains/Auth/SignIn/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ const SignIn = ({ navigation }) => {

useEffect(() => {
if (user?.id && user.isOnline === true) {
console.log('user', user);
handleSignIn(user);
}
}, [user]);
Expand Down

0 comments on commit c5dc192

Please sign in to comment.