removed comment

This commit is contained in:
Daniil Senkiv 2020-02-07 19:48:13 +03:00
parent 207a3867f1
commit 1b9700aa19

View File

@ -172,7 +172,6 @@ export function fetchPeople(filter, dispatchFunc = null) {
function fetchPeopleByFilter(dispatch, filter) {
let filterData = filter && filter.clone();
// console.log(history.location.pathname, history.location.pathname.includes('/people/view'));
if (!filterData) {
filterData = Filter.getDefault();