From 836b87f4a5dee5b83400192906140b6ba1367ea6 Mon Sep 17 00:00:00 2001 From: Tilman Kamp <5991088+tilmankamp@users.noreply.github.com> Date: Wed, 12 Feb 2020 14:46:13 +0100 Subject: [PATCH] Removed debugging artifact --- align/export.py | 1 - 1 file changed, 1 deletion(-) diff --git a/align/export.py b/align/export.py index 1311498..1bfcd49 100644 --- a/align/export.py +++ b/align/export.py @@ -387,7 +387,6 @@ def main(args): if args.sdb: audio_type = AUDIO_TYPE_LOOKUP[args.sdb_audio_type] - print(audio_type) for list_name in lists.keys(): sdb_path = os.path.join(target_dir, list_name + '.sdb') if dry_run: