aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/profile/Friends.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/profile/Friends.tsx b/src/components/profile/Friends.tsx
index d87b0fb0..8a24485f 100644
--- a/src/components/profile/Friends.tsx
+++ b/src/components/profile/Friends.tsx
@@ -65,7 +65,6 @@ const Friends: React.FC<FriendsProps> = ({result, screenType, userId}) => {
<TouchableOpacity
style={styles.addFriendButton}
onPress={() => {
- console.log('screentype: ', screenType);
handleAddFriend(screenType, profilePreview, dispatch, state).then(
(success) => {
if (success) {