diff --git a/tools/ci/render_test_output.py b/tools/ci/render_test_output.py index 9df3170058..1e7940ce04 100755 --- a/tools/ci/render_test_output.py +++ b/tools/ci/render_test_output.py @@ -13,7 +13,6 @@ print("::group::Arguments") print(f"{sys.argv}") print("::endgroup::") for xmlfile in xmlfiles: - print(f"Handling: {xmlfile}") tree = ET.parse(xmlfile) root = tree.getroot()