From 83ed2d25c32f708c9139f978177d522c341c9aa3 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Fri, 19 Apr 2024 20:54:44 +0100 Subject: [PATCH] [skip ci] remove prints --- tests/test_transport.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_transport.py b/tests/test_transport.py index fb06b2c4..0a145e9b 100644 --- a/tests/test_transport.py +++ b/tests/test_transport.py @@ -47,7 +47,6 @@ def test_transport(input_step_file): output_dir.mkdir(parents=True, exist_ok=True) output_filename_stem = output_dir / input_step_file.stem openmc_xml_file = output_filename_stem.with_suffix(".xml") - print("openmc_xml_file", openmc_xml_file) Import.insert(str(input_step_file), "converted-cad") result = Part.Shape()