Skip to content

Commit

Permalink
fix: extra console log
Browse files Browse the repository at this point in the history
  • Loading branch information
eMerzh committed Sep 19, 2023
1 parent c4ebeb8 commit a560ab1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/GeoAutoComplete.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ function GeoAutoComplete({ value, onSelect }: Props) {
}}
onRetrieve={(e) => {
const feature = e.features[0];
console.log("oooo set ", feature.properties.feature_name);
setAddress(feature.properties.feature_name);
onSelect?.({
lon: feature.geometry.coordinates[0],
Expand Down

0 comments on commit a560ab1

Please sign in to comment.