aboutsummaryrefslogtreecommitdiff
path: root/converter/audio.py
diff options
context:
space:
mode:
Diffstat (limited to 'converter/audio.py')
-rw-r--r--converter/audio.py3
1 files changed, 0 insertions, 3 deletions
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: