Removed console.log

This commit is contained in:
Eshwar Tangirala
2025-05-22 20:13:16 -04:00
parent 7b33717333
commit 0546f25d55

View File

@@ -27,8 +27,6 @@ export const loadEntries = createAppAsyncThunk(
const state = thunkApi.getState()
const endpoint = getEndpoint(arg.source.type)
const result = await endpoint(buildGetEntriesPaginatedRequest(state, arg.source, 0))
console.log(arg.source.id)
if (arg.source.type === "feed") {
thunkApi.dispatch(setHasNewEntries({ feedId: +arg.source.id, value: false }))
}