summaryrefslogtreecommitdiffstats
path: root/frontend/lib/initApollo.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/lib/initApollo.js')
-rw-r--r--frontend/lib/initApollo.js1
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);