diff --git a/core/auto_process/movies.py b/core/auto_process/movies.py index 1008f946..076a0537 100644 --- a/core/auto_process/movies.py +++ b/core/auto_process/movies.py @@ -252,7 +252,6 @@ def process(section, dir_name, input_name=None, status=0, client_agent='manual', status_code=0, ) elif section == 'Radarr': - logger.postprocess('Radarr response: {0}'.format(result['state'])) try: scan_id = int(result['id']) logger.debug('Scan started with id: {0}'.format(scan_id), section)