From 40da94d50ad3387c11c6bdfee1bf48b2b9d305cb Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Sat, 3 Aug 2019 12:00:05 +1200 Subject: [PATCH] remove print command added for debug. --- TorrentToMedia.py | 1 - 1 file changed, 1 deletion(-) diff --git a/TorrentToMedia.py b/TorrentToMedia.py index 157a334b..a636edf9 100755 --- a/TorrentToMedia.py +++ b/TorrentToMedia.py @@ -112,7 +112,6 @@ def process_torrent(input_directory, input_name, input_category, input_hash, inp keep_archive = int(section.get('keep_archive', 0)) extract = int(section.get('extract', 0)) extensions = section.get('user_script_mediaExtensions', '') - print(extensions) unique_path = int(section.get('unique_path', 1)) if client_agent != 'manual':