From 26bfbafc0ebbe3e6b626edad550763781a84e882 Mon Sep 17 00:00:00 2001 From: DYefremov Date: Thu, 14 Mar 2019 12:40:32 +0300 Subject: [PATCH] little cleaning --- app/ui/imports.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/ui/imports.py b/app/ui/imports.py index b6de3448..c62e132b 100644 --- a/app/ui/imports.py +++ b/app/ui/imports.py @@ -51,7 +51,6 @@ def import_bouquet(transient, profile, model, path, options, services, appender) p_itr = model.iter_parent(itr) appender(bq, p_itr) if p_itr else appender(bq, itr) elif profile is Profile.NEUTRINO_MP: - # print(Path(file_path).name + "/") if bq_type is BqType.WEBTV: bqs = parse_webtv(file_path, "WEBTV", bq_type.value) else: