diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-04-05 13:54:22 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-04-05 13:54:22 -0400 |
| commit | f4f10d5eb690a33dd1c112358457a2b987297f26 (patch) | |
| tree | d97326763dd016c13a068fb7dee40fc0b9667f83 /frontend/lib | |
| parent | a75b2491758a451283e2a373bb3fbe886520b345 (diff) | |
work
Diffstat (limited to 'frontend/lib')
| -rw-r--r-- | frontend/lib/withData.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/lib/withData.js b/frontend/lib/withData.js index 5c4614f..ada9675 100644 --- a/frontend/lib/withData.js +++ b/frontend/lib/withData.js @@ -10,7 +10,6 @@ const client = new ApolloClient({ request: operation => { console.log(operation); if (typeof localStorage !== 'undefined' && localStorage.getItem('token')) { - console.log(`Bearer ${localStorage.getItem('token')}`); operation.setContext({ headers: { authorization: `Bearer ${localStorage.getItem('token')}`, |
