diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-05-15 16:03:58 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-05-15 16:03:58 -0400 |
| commit | 3b42102026a00a290bfff5a4c9bd3eb8452ef97d (patch) | |
| tree | ae73997e78c546b0f02795e99f0312e0db265697 /frontend/pages/_app.js | |
| parent | a2f7c511badb6da1f1b7812ea4636ee82a9feb3d (diff) | |
what
Diffstat (limited to 'frontend/pages/_app.js')
| -rw-r--r-- | frontend/pages/_app.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/pages/_app.js b/frontend/pages/_app.js index ccbc3ae..d2e6908 100644 --- a/frontend/pages/_app.js +++ b/frontend/pages/_app.js @@ -9,7 +9,6 @@ import { CURRENT_USER_QUERY } from '../queries/queries.graphql'; class MyApp extends ApolloApp { componentDidMount() { if (typeof window !== 'undefined' && !window.__CLIENTLOADED__) { - console.log('Refetching current user'); this.props.apollo.query({ query: CURRENT_USER_QUERY, fetchPolicy: 'network-only' }); window.__CLIENTLOADED__ = true; } |
