change(ui) - removed log

This commit is contained in:
Shekar Siri 2023-03-31 17:31:40 +02:00
parent 80f40ceda5
commit 5afa5d4f7c

View file

@ -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);
};