RF: Remove unnecessary message

This commit is contained in:
Paul McCarthy
2022-04-19 15:52:06 +01:00
parent 07013d6baf
commit 1e176a021b
-1
View File
@@ -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)