From e0d0baa75ec0bf617f91b6cd779305d4009cae12 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Fri, 9 Feb 2018 13:31:39 -0500 Subject: 🆒 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/lib/initApollo.js | 1 - 1 file changed, 1 deletion(-) (limited to 'frontend/lib') 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); -- cgit v1.3