From be31e9517af435813c7a55f5c4b471e3087260a1 Mon Sep 17 00:00:00 2001 From: Guille Date: Tue, 1 Dec 2020 07:33:53 -0500 Subject: [PATCH] Lod2 import for citygml --- tests/test_geometry_factory.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_geometry_factory.py b/tests/test_geometry_factory.py index 76523186..35279172 100644 --- a/tests/test_geometry_factory.py +++ b/tests/test_geometry_factory.py @@ -24,7 +24,6 @@ class TestGeometryFactory(TestCase): def _get_citygml(self): if self._city_gml is None: - print("load") # file_path = (self._example_path / 'EngHT_Flat_model_01.gml').resolve() file_path = (self._example_path / 'lod2_buildings.gml').resolve() self._city_gml = GeometryFactory('citygml', file_path).city