diff --git a/hub/unittests/test_exports.py b/hub/unittests/test_exports.py index 6145335e..e4c76353 100644 --- a/hub/unittests/test_exports.py +++ b/hub/unittests/test_exports.py @@ -110,8 +110,7 @@ class TestExports(TestCase): ConstructionFactory('nrcan', city).enrich() UsageFactory('nrcan', city).enrich() try: - idf = EnergyBuildingsExportsFactory('idf', city, self._output_path).export_debug() - print(idf.run()) + EnergyBuildingsExportsFactory('idf', city, self._output_path).export_debug() EnergyBuildingsExportsFactory('idf', city, self._output_path, target_buildings=['gml_1066158', 'gml_1066159']).export() except Exception: