From 0f42931ea8507d39114b73938763d67e68050086 Mon Sep 17 00:00:00 2001 From: alfa-addon Date: Mon, 31 Jul 2017 12:00:12 -0400 Subject: [PATCH] updated --- plugin.video.alfa/platformcode/platformtools.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugin.video.alfa/platformcode/platformtools.py b/plugin.video.alfa/platformcode/platformtools.py index 1adb53dc..30dec7ac 100755 --- a/plugin.video.alfa/platformcode/platformtools.py +++ b/plugin.video.alfa/platformcode/platformtools.py @@ -834,7 +834,6 @@ def torrent_client_installed(show_tuple=False): torrent_options.append(["Plugin externo: %s" % client["name"], client["url"]]) else: torrent_options.append("Plugin externo: %s" % client["name"]) - logger.debug("lista es %s" % torrent_options) return torrent_options @@ -846,7 +845,6 @@ def play_torrent(item, xlistitem, mediaurl): torrent_options.append(["Cliente interno MCT (necesario libtorrent)"]) torrent_options.extend(torrent_client_installed(show_tuple=True)) - logger.debug("lista2 es %s" % torrent_options) torrent_client = config.get_setting("torrent_client", server="torrent")