From dfdb15013008a3670ed3442b876939094ba7edc8 Mon Sep 17 00:00:00 2001 From: Alhaziel Date: Sat, 28 Dec 2019 16:07:21 +0100 Subject: [PATCH] ups... --- core/support.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/support.py b/core/support.py index 22f6ffc2..7b039b69 100755 --- a/core/support.py +++ b/core/support.py @@ -997,8 +997,6 @@ def controls(itemlist, item, AutoPlay=True, CheckLinks=True, down_load=True): if item.contentChannel != 'videolibrary': videolibrary(itemlist, item, function_level=3) if get_setting('downloadenabled') and down_load == True: download(itemlist, item, function_level=3) - log('STACK=',inspect.stack()[3][1]) - log('STACK=',inspect.stack()[4][1]) VL = False try: if inspect.stack()[3][3] in ['download_from_best_server', 'select_server'] or \