removed print message

This commit is contained in:
2025-09-03 12:24:31 -07:00
parent 2a0b0367f8
commit 336d6f013e

View File

@@ -131,7 +131,7 @@ def gather(paths, outfile):
types = ['.wav', '.flac'] types = ['.wav', '.flac']
table = csv.writer(outfile) table = csv.writer(outfile)
print(f"Loading category list...") logger.debug(f"Loading category list...")
catid_list = [cat.catid for cat in load_ucs()] catid_list = [cat.catid for cat in load_ucs()]
scan_list = [] scan_list = []