]> git.parisson.com Git - telecaster-server.git/commitdiff
less verbose
authorGuillaume Pellerin <guillaume.pellerin@free.fr>
Tue, 23 Apr 2024 09:44:24 +0000 (11:44 +0200)
committerGuillaume Pellerin <guillaume.pellerin@free.fr>
Tue, 23 Apr 2024 09:45:32 +0000 (11:45 +0200)
bin/mastering/mastering.py

index e96ee0ae10640a61c0452a81aa868adf5e8a66da..88503d9c5f74fa385d6eca4211d68ed230205d7c 100755 (executable)
@@ -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 = {}