Skip to content

Commit c4d0371

Browse files
timkendalltimsuchanek
authored andcommitted
Nuke console.log from fetchingSagas.ts (#754)
1 parent d0af123 commit c4d0371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graphql-playground-react/src/state/sessions/fetchingSagas.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ function* runQuerySaga(action) {
137137
headers,
138138
credentials: settings['request.credentials'],
139139
}
140-
console.log({ lol })
140+
141141
const { link, subscriptionClient } = linkCreator(lol)
142142
yield put(setCurrentQueryStartTime(new Date()))
143143

0 commit comments

Comments
 (0)