Skip to content

Commit

Permalink
removed commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasstorm committed Aug 7, 2023
1 parent 2d6ffd2 commit 865a953
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions xcube/webapi/places/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,12 +216,6 @@ def check_sub_group_configs(place_group_config):
"Invalid 'Places' entry in a 'PlaceGroups' item:"
" not implemented yet"
)
# sub_place_group_configs = place_group_config.get("Places")
# if sub_place_group_configs:
# sub_place_groups = self._load_place_groups(
# sub_place_group_configs
# )
# place_group["placeGroups"] = sub_place_groups

@staticmethod
def get_property_mapping(base_url, place_group_config):
Expand Down

0 comments on commit 865a953

Please sign in to comment.