web: People: Refactoring: Removed useless comment

This commit is contained in:
Alexey Safronov 2019-08-16 17:35:39 +03:00
parent fff4269767
commit 5fab8c84a2

View File

@ -215,7 +215,6 @@ class SectionBodyContent extends React.PureComponent {
const newFilter = filter.clone(true);
onLoading(true);
fetchPeople(newFilter).finally(() => onLoading(false));
//fetchPeople(newFilter).finally(() => onLoading(false));
};
render() {