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)