Skip to content

Commit

Permalink
remove comments in else block if it cannot find NC
Browse files Browse the repository at this point in the history
  • Loading branch information
bphan002 committed Oct 26, 2024
1 parent f7e9a11 commit 35d1968
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/Map/Map.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -583,8 +583,6 @@ class Map extends React.Component {
this.setState({
address: address,
});
console.log('address if not found', this.state.address)
//depending on the number it'll zoom to that nc location
this.map.flyTo({
center: [longitude, latitude],
essential: true,
Expand Down

0 comments on commit 35d1968

Please sign in to comment.