Remove console

pull/10616/head
Jared Scheib 2017-06-08 23:26:49 -05:00
parent de7897f0c6
commit 062261a4cc
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ const getJSONFeedFailed = () => ({
})
export const getJSONFeedAsync = url => async dispatch => {
console.log('JSONFeed getJSONFeedAsync url', url)
dispatch(getJSONFeedRequested())
try {
const {data} = await getJSONFeedAJAX(url)