From dedb50553b497bd2f5f5d34933fabd7cfb7d9e50 Mon Sep 17 00:00:00 2001 From: Sandra Hoang Date: Wed, 2 Aug 2023 13:07:19 -0400 Subject: [PATCH] Remove commented out code --- stac_ipyleaflet/widgets/draw.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/stac_ipyleaflet/widgets/draw.py b/stac_ipyleaflet/widgets/draw.py index 7a4caab..350ab99 100644 --- a/stac_ipyleaflet/widgets/draw.py +++ b/stac_ipyleaflet/widgets/draw.py @@ -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]