From f4f10d5eb690a33dd1c112358457a2b987297f26 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Thu, 5 Apr 2018 13:54:22 -0400 Subject: work --- frontend/lib/withData.js | 1 - 1 file changed, 1 deletion(-) (limited to 'frontend/lib/withData.js') 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')}`, -- cgit v1.3