diff options
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: { |