From 1e176a021bea2a86b8b43f5d7661bc3ee27bfc8e Mon Sep 17 00:00:00 2001 From: Paul McCarthy Date: Wed, 13 Apr 2022 10:03:14 +0100 Subject: [PATCH] RF: Remove unnecessary message --- cibuildwheel/util.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cibuildwheel/util.py b/cibuildwheel/util.py index e05aa494..5015d348 100644 --- a/cibuildwheel/util.py +++ b/cibuildwheel/util.py @@ -437,7 +437,6 @@ def print_new_wheels(msg: str, output_dir: Path) -> Iterator[None]: ] if len(new_contents) == 0: - print("No new wheels") return max_name_len = max(len(f.name) for f in new_contents)