aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShravya Ramesh <37447613+shravyaramesh@users.noreply.github.com>2021-03-05 16:19:37 -0800
committerShravya Ramesh <shravs1208@gmail.com>2021-03-05 20:57:38 -0800
commit87e63726f79fd95b678e54247e96292ca1d33483 (patch)
tree811342532a026a50bce8451dbc12ac09e62d4e53 /src
parentdde01f26812be7ccd4f85b91c66f6164a398c0fb (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.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: {