Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrahoang686 committed Aug 2, 2023
1 parent bda7d8c commit dedb505
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions stac_ipyleaflet/widgets/draw.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@ def template(self, **kwargs) -> Box(style={"max_height: 200px"}):
point_tab_children = tabs['child0']
area_tab_children = tabs['child1']

# area_tab = (
# main.interact_widget.children[0]
# .children[1]
# .children[0]
# .children[0]
# .children
# )
aoi_coords = area_tab_children[1]
aoi_clear_button = area_tab_children[2]

Expand Down

0 comments on commit dedb505

Please sign in to comment.