From b88fba51ff4a5e167f769caca6f97b8a6198824e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Tue, 14 Nov 2017 11:06:01 -0500 Subject: [PATCH] Test --- list_subtitles.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/list_subtitles.py b/list_subtitles.py index 290b2b293..6e4d05c73 100644 --- a/list_subtitles.py +++ b/list_subtitles.py @@ -35,10 +35,8 @@ def list_subtitles(file): def store_subtitles(file): languages = [] actual_subtitles = [] - print file if os.path.exists(file): - print "exist" - if os.path.splitext(file)[1] == '.mkv': + if os.path.splitext(file)[1] == '.mkv': try: with open(file, 'rb') as f: mkv = enzyme.MKV(f)