Removed testing log
• Removed: - testing log in accounts action
This commit is contained in:
parent
36b7dc71af
commit
823e01ca6a
|
@ -454,7 +454,6 @@ export function expandFollowers(id) {
|
||||||
dispatch(expandFollowersSuccess(id, response.data, next ? next.uri : null));
|
dispatch(expandFollowersSuccess(id, response.data, next ? next.uri : null));
|
||||||
dispatch(fetchRelationships(response.data.map(item => item.id)));
|
dispatch(fetchRelationships(response.data.map(item => item.id)));
|
||||||
}).catch((error) => {
|
}).catch((error) => {
|
||||||
console.log("error:", error)
|
|
||||||
dispatch(expandFollowersFail(id, error));
|
dispatch(expandFollowersFail(id, error));
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue