ci,crnm: remove unsupported arguments by console.print

Fixes: 51c3f56aa (ci,crnm: migrate colorama to rich)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37641>
This commit is contained in:
Martin Roukala (né Peres)
2025-09-30 18:45:16 +03:00
committed by Marge Bot
parent 42a78a1aae
commit c2a2d7215a

View File

@@ -234,7 +234,6 @@ def monitor_pipeline(
f"* {job_name:{name_field_pad}} succ: {n_succeed}; "
f"fail: {n_failed}; "
f"total: {n_total_seen} of {stress}",
flush=False,
)
if stress < 0 or n_total_completed < stress:
enough = False