Skip to content

Commit

Permalink
metadat import changes
Browse files Browse the repository at this point in the history
  • Loading branch information
trevlenb2 committed Jun 30, 2024
1 parent abf8e7e commit a395d5d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/features/planSimulation/components/Simulation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -898,8 +898,6 @@ const Simulation = () => {
};

useEffect(() => {
console.log('geoFilterList', geoFilterList);

if (geoFilterList != null && geoFilterList?.length != null && geoFilterList?.length > 0) {
setEntityTags(_ => {
let newTags: EntityTag[] = [];
Expand Down

0 comments on commit a395d5d

Please sign in to comment.