Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislaw-zakrzewski committed Oct 23, 2024
1 parent 9dcf40e commit 5d7b126
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ export default function FiltersDialog({

const searchParams = new URLSearchParams();
for (const [key, value] of Object.entries(values)) {
console.log(key, value)
if (value) searchParams.set(key, value);
}
const q = (new URLSearchParams(location.search)).get('q')
Expand Down

0 comments on commit 5d7b126

Please sign in to comment.