remove print command added for debug.

This commit is contained in:
Clinton Hall 2019-08-03 12:00:05 +12:00 committed by GitHub
commit 40da94d50a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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':