From d9cc639b35f0f68578f721ba29b43bbcbc665984 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 23 Apr 2024 11:44:24 +0200 Subject: [PATCH] less verbose --- bin/mastering/mastering.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/mastering/mastering.py b/bin/mastering/mastering.py index e96ee0a..88503d9 100755 --- a/bin/mastering/mastering.py +++ b/bin/mastering/mastering.py @@ -159,9 +159,6 @@ class TeleCasterMastering(object): filename, ext = os.path.splitext(path + os.sep + file) if ext[1:] in self.source_formats: source_files.append(path + os.sep + file) - - if self.verbose_mode: - print(source_files) if source_files: offsets = {} -- 2.39.5