fix(SW-946) Removed log

This commit is contained in:
Pontus Dreij
2024-11-21 14:25:47 +01:00
parent 08e71a8dc6
commit f725c46dcf

View File

@@ -1089,7 +1089,6 @@ export const hotelQueryRouter = router({
const response = await fetch(url)
const data = await response.json()
console.log("DATA_RESPONSE", data)
const { lat, lng } = data.results[0].geometry.location
return { lat, lng }