Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
ob6160 committed Oct 3, 2021
1 parent 8448589 commit 4b3a89b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/withApollo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ export const getApolloClient = (
uri: typeof window === 'undefined' ? url + '/api' : '/api',
fetch,
});
console.log(
'afwafawfawfawfawfaw',
typeof window === 'undefined' ? process.env.VERCEL_URL + '/api' : '/api'
);
const cache = new InMemoryCache().restore(initialState || {});
return new ApolloClient({
link: httpLink,
Expand Down

0 comments on commit 4b3a89b

Please sign in to comment.