change(ui) - removed log
This commit is contained in:
parent
80f40ceda5
commit
5afa5d4f7c
1 changed files with 0 additions and 1 deletions
|
|
@ -13,7 +13,6 @@ const useSessionSearchQueryHandler = (props: Props) => {
|
|||
|
||||
useEffect(() => {
|
||||
const applyFilterFromQuery = () => {
|
||||
console.log('called...');
|
||||
const filter = getFiltersFromQuery(history.location.search, appliedFilter);
|
||||
applyFilter(filter, true, false);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue