fix(sw-350): removed console log
This commit is contained in:
@@ -58,7 +58,6 @@ export default function Search({ locations }: SearchProps) {
|
||||
type: ActionType.SEARCH_LOCATIONS,
|
||||
})
|
||||
} else {
|
||||
console.log("clear")
|
||||
dispatch({ type: ActionType.CLEAR_SEARCH_LOCATIONS })
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user