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()))