aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/services/ExploreService.ts1
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: {