aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/services/UserProfileService.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/services/UserProfileService.ts b/src/services/UserProfileService.ts
index 39c99f33..9061dd5e 100644
--- a/src/services/UserProfileService.ts
+++ b/src/services/UserProfileService.ts
@@ -327,7 +327,6 @@ export const editSPSwipeTutorial = async (user: UserType) => {
request.append('sp_swipe_tutorial', 1);
const endpoint = EDIT_PROFILE_ENDPOINT + `${user.userId}/`;
const token = await AsyncStorage.getItem('token');
- console.log('token: ', token);
let response = await fetch(endpoint, {
method: 'PATCH',
headers: {