Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiel-H-Byrne committed Jan 20, 2024
1 parent cc02148 commit 0bcbdb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion util/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export const toPositionObj = (location: string | undefined) => {
let lat = Number(latLng[0]);
let lng = Number(latLng[1]);
let pos = new google.maps.LatLng({ lat: lat, lng: lng });
console.log(lat, lng, pos.lat())
return pos;
}
};
Expand Down

0 comments on commit 0bcbdb7

Please sign in to comment.