diff options
author | Shravya Ramesh <37447613+shravyaramesh@users.noreply.github.com> | 2021-03-05 16:19:37 -0800 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-05 20:57:38 -0800 |
commit | 87e63726f79fd95b678e54247e96292ca1d33483 (patch) | |
tree | 811342532a026a50bce8451dbc12ac09e62d4e53 /src | |
parent | dde01f26812be7ccd4f85b91c66f6164a398c0fb (diff) |
Update src/services/ExploreService.ts
Co-authored-by: Ivan Chen <ivan.if.chen@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/services/ExploreService.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/services/ExploreService.ts b/src/services/ExploreService.ts index 503782b1..26dccd18 100644 --- a/src/services/ExploreService.ts +++ b/src/services/ExploreService.ts @@ -62,7 +62,6 @@ export const getAllExploreSections = async () => { export const getDiscoverUsers = async (id: number) => { try { const token = await AsyncStorage.getItem('token'); - console.log('Auth: ', token); const response = await fetch(DISCOVER_ENDPOINT + `${id}/`, { method: 'GET', headers: { |