From ebc1b4dd9a39a1d82cb81f070bcae1f9f2146832 Mon Sep 17 00:00:00 2001 From: Shravya Ramesh Date: Thu, 11 Feb 2021 13:56:40 -0800 Subject: removed console log for token --- src/services/UserProfileService.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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: { -- cgit v1.2.3-70-g09d2