diff options
Diffstat (limited to 'frontend/lib')
| -rw-r--r-- | frontend/lib/initApollo.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/lib/initApollo.js b/frontend/lib/initApollo.js index 7252a00..d0f1351 100644 --- a/frontend/lib/initApollo.js +++ b/frontend/lib/initApollo.js @@ -33,7 +33,6 @@ function create(initialState) { if (typeof localStorage !== 'undefined' && localStorage.getItem('token')) { headers.authorization = `Bearer ${localStorage.getItem('token')}`; } - console.log({ headers }); operation.setContext({ headers }); return forward(operation); |
