Skip to content

Commit

Permalink
chore: removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrina-bongiovanni committed Nov 10, 2023
1 parent bed0176 commit 8113631
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ItaliaTheme/Search/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ const getSearchParamsURL = (
if (activeSections.length > 0) {
pathQuery = { 'path.query': activeSections };
} else if (customPath?.length > 0) {
console.log('la paath query è custompath :)');
pathQuery = { 'path.query': customPath };
} else if (baseUrl?.length > 0) {
pathQuery = {
Expand Down

0 comments on commit 8113631

Please sign in to comment.