From 5fb113faa706b7315cd315c22ce15bb55bb89f8f Mon Sep 17 00:00:00 2001 From: tligui_y Date: Sun, 13 Jul 2025 12:56:23 +0200 Subject: [PATCH] Update json_to_md.py --- json_to_md.py | 1 - 1 file changed, 1 deletion(-) diff --git a/json_to_md.py b/json_to_md.py index 299530807..6d3441bf9 100644 --- a/json_to_md.py +++ b/json_to_md.py @@ -46,7 +46,6 @@ def load_allure_metadata(allure_test_cases_dir): "severity": severity } param_vals = tuple(p["value"] for p in params) - print(f"[✔️] Parsed: {full_name} {param_vals}") except Exception as e: print(f"❌ Error in {file}: {e}") return allure_data