summaryrefslogtreecommitdiffstats
path: root/frontend/lib/initApollo.js
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-02-09 13:31:39 -0500
committerWes Bos <wesbos@gmail.com>2018-02-09 13:31:39 -0500
commite0d0baa75ec0bf617f91b6cd779305d4009cae12 (patch)
tree00eb968f49c6586cbc4367053887d0c5e68471b2 /frontend/lib/initApollo.js
parent19c9683e2126c68cb9d231293162c756d69c51fb (diff)
🆒
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);