diff --git a/app/javascript/gabsocial/reducers/hashtags.js b/app/javascript/gabsocial/reducers/hashtags.js index 651ab3d8..e5d7b901 100644 --- a/app/javascript/gabsocial/reducers/hashtags.js +++ b/app/javascript/gabsocial/reducers/hashtags.js @@ -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