Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Apr 3, 2023
1 parent 8cc5300 commit 8958870
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions fastkml/kml.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,10 +453,6 @@ def from_element(self, element: Element) -> None:
x = ExtendedData(self.ns)
x.from_element(extended_data)
self.extended_data = x
# else:
# logger.warning(
# 'arbitrary or typed extended data is not yet supported'
# )
address = element.find(f"{self.ns}address")
if address is not None:
self.address = address.text
Expand Down

0 comments on commit 8958870

Please sign in to comment.