diff --git a/xplan_umring_algorithm_lp_6_0.py b/xplan_umring_algorithm_lp_6_0.py index a3feeb2..6b6a33c 100644 --- a/xplan_umring_algorithm_lp_6_0.py +++ b/xplan_umring_algorithm_lp_6_0.py @@ -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() @@ -440,8 +438,6 @@ def processAlgorithm(self, parameters, context, feedback): """ - print(rechtsstand_key) - tree = etree.ElementTree(etree.fromstring(template)) root = tree.getroot()