summaryrefslogtreecommitdiffstats
path: root/frontend/lib
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-04-05 13:54:22 -0400
committerWes Bos <wesbos@gmail.com>2018-04-05 13:54:22 -0400
commitf4f10d5eb690a33dd1c112358457a2b987297f26 (patch)
treed97326763dd016c13a068fb7dee40fc0b9667f83 /frontend/lib
parenta75b2491758a451283e2a373bb3fbe886520b345 (diff)
work
Diffstat (limited to 'frontend/lib')
-rw-r--r--frontend/lib/withData.js1
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')}`,