Removed testing log

• Removed:
- testing log in accounts action
This commit is contained in:
mgabdev 2020-06-10 23:28:16 -04:00
parent 36b7dc71af
commit 823e01ca6a
1 changed files with 0 additions and 1 deletions

View File

@ -454,7 +454,6 @@ export function expandFollowers(id) {
dispatch(expandFollowersSuccess(id, response.data, next ? next.uri : null));
dispatch(fetchRelationships(response.data.map(item => item.id)));
}).catch((error) => {
console.log("error:", error)
dispatch(expandFollowersFail(id, error));
});
};