Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pathmapper committed Nov 6, 2023
1 parent 82e11da commit 1d36525
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions xplan_umring_algorithm_lp_6_0.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,6 @@ def processAlgorithm(self, parameters, context, feedback):
bundesland = self.parameterAsString(parameters, "Bundesland", context)
bundesland_key = bundesland.split()[0]

print(bundesland_key)

gemeindename = self.parameterAsString(
parameters, "Gemeindename", context
).strip()
Expand Down Expand Up @@ -440,8 +438,6 @@ def processAlgorithm(self, parameters, context, feedback):
</gml:featureMember>
</xplan:XPlanAuszug>"""

print(rechtsstand_key)

tree = etree.ElementTree(etree.fromstring(template))
root = tree.getroot()

Expand Down

0 comments on commit 1d36525

Please sign in to comment.