From f1f8e899c46de80d7f9fbb8f0b53983e18167bd2 Mon Sep 17 00:00:00 2001 From: historia Date: Wed, 19 Aug 2026 03:32:06 -0400 Subject: fix: reduce excessive logging --- converter/audio.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'converter/audio.py') diff --git a/converter/audio.py b/converter/audio.py index 4fd1721..c9feeb8 100644 --- a/converter/audio.py +++ b/converter/audio.py @@ -359,9 +359,6 @@ def combine_chunks(total_chunks: int, output_path: Path, logger.info("Saved speed-adjusted audiobook (%gx): %s", speed, speed_path) print(f"[INFO] Saved speed-adjusted audiobook: {speed_path.name} ({speed:g}x)") - if missing_chunks: - print(f"[WARNING] Missing chunks: {missing_chunks}") - return True except FileNotFoundError: -- cgit v1.2.3