forked from Archives/Athou_commafeed
Removed console.log
This commit is contained in:
@@ -27,8 +27,6 @@ export const loadEntries = createAppAsyncThunk(
|
|||||||
const state = thunkApi.getState()
|
const state = thunkApi.getState()
|
||||||
const endpoint = getEndpoint(arg.source.type)
|
const endpoint = getEndpoint(arg.source.type)
|
||||||
const result = await endpoint(buildGetEntriesPaginatedRequest(state, arg.source, 0))
|
const result = await endpoint(buildGetEntriesPaginatedRequest(state, arg.source, 0))
|
||||||
console.log(arg.source.id)
|
|
||||||
|
|
||||||
if (arg.source.type === "feed") {
|
if (arg.source.type === "feed") {
|
||||||
thunkApi.dispatch(setHasNewEntries({ feedId: +arg.source.id, value: false }))
|
thunkApi.dispatch(setHasNewEntries({ feedId: +arg.source.id, value: false }))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user