Web: delete console log

This commit is contained in:
Timofey Boyko 2022-12-01 11:55:29 +03:00
parent 04e0d9bf2b
commit e4df954e8e
2 changed files with 0 additions and 4 deletions

View File

@ -422,8 +422,6 @@ const SectionFilterContent = ({
newFilter.payments = null; newFilter.payments = null;
} }
console.log(newFilter, group);
setIsLoading(true); setIsLoading(true);
fetchPeople(newFilter, true).finally(() => setIsLoading(false)); fetchPeople(newFilter, true).finally(() => setIsLoading(false));
}; };

View File

@ -43,7 +43,6 @@ const FilterBlockItem = ({
isMultiSelect, isMultiSelect,
withOptions withOptions
) => { ) => {
console.log(key, isSelected);
changeFilterValue && changeFilterValue &&
changeFilterValue( changeFilterValue(
group, group,
@ -62,7 +61,6 @@ const FilterBlockItem = ({
target = target.parentNode; target = target.parentNode;
if (target === ref) { if (target === ref) {
console.log("call");
changeFilterValue && changeFilterValue(group, [], true); changeFilterValue && changeFilterValue(group, [], true);
return; return;
} }