Removed log from hashtags reducer

• Removed:
- log from hashtags reducer
This commit is contained in:
mgabdev 2021-01-15 14:29:51 -05:00
parent c33013cccf
commit daca5321e2
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ const initialState = ImmutableMap()
export default function hashtags(state = initialState, action) {
switch (action.type) {
case HASHTAG_FETCH_SUCCESS:
console.log("HASHTAG_FETCH_SUCCESS:", action)
return importHashtag(state, action.hashtag)
default:
return state