From c4d0371ec4e4aac7ac04c64db3a94c3a562c74d7 Mon Sep 17 00:00:00 2001 From: Tim Kendall Date: Fri, 6 Jul 2018 00:41:12 -0700 Subject: [PATCH] Nuke console.log from fetchingSagas.ts (#754) --- .../src/state/sessions/fetchingSagas.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/graphql-playground-react/src/state/sessions/fetchingSagas.ts b/packages/graphql-playground-react/src/state/sessions/fetchingSagas.ts index ab722b52a..43a2042a5 100644 --- a/packages/graphql-playground-react/src/state/sessions/fetchingSagas.ts +++ b/packages/graphql-playground-react/src/state/sessions/fetchingSagas.ts @@ -137,7 +137,7 @@ function* runQuerySaga(action) { headers, credentials: settings['request.credentials'], } - console.log({ lol }) + const { link, subscriptionClient } = linkCreator(lol) yield put(setCurrentQueryStartTime(new Date()))