Skip to content

Commit

Permalink
ahhhh
Browse files Browse the repository at this point in the history
  • Loading branch information
risha-van authored Feb 9, 2025
1 parent a59d4b6 commit e893b1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ function initMap() {
fetchRestaurants().then((restaurants) => {
restaurants.forEach((restaurant) => {
// Use geocoder to convert address to latitude/longitude
console.log(restaurant);
geocoder.geocode({ address: restaurant.address }, (results, status) => {
if (status === google.maps.GeocoderStatus.OK) {
const location = results[0].geometry.location;
Expand Down

0 comments on commit e893b1f

Please sign in to comment.