Skip to content

Commit

Permalink
Nuke console.log from fetchingSagas.ts (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
timkendall authored and timsuchanek committed Jul 6, 2018
1 parent d0af123 commit c4d0371
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()))

Expand Down

0 comments on commit c4d0371

Please sign in to comment.