mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
Removes console log.
This commit is contained in:
@@ -42,8 +42,6 @@ export const fetchCommentsByUserId = userId => {
|
||||
dispatch({type: assetActions.MULTIPLE_ASSETS_SUCCESS, assets: assets.map(asset => asset.id)});
|
||||
})
|
||||
.catch(error => {
|
||||
console.error(error.stack);
|
||||
console.error('FAILURE_COMMENTS_BY_USER', error);
|
||||
dispatch({type: actions.COMMENTS_BY_USER_FAILURE, error});
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user