fix(sw-350): removed console log

This commit is contained in:
Pontus Dreij
2024-10-14 12:06:44 +02:00
parent b3b26be83c
commit 27058dedba

View File

@@ -58,7 +58,6 @@ export default function Search({ locations }: SearchProps) {
type: ActionType.SEARCH_LOCATIONS,
})
} else {
console.log("clear")
dispatch({ type: ActionType.CLEAR_SEARCH_LOCATIONS })
}
}