removed unused prints

This commit is contained in:
Sergio Costas 2019-01-04 12:41:02 +01:00
parent 6d1b166f2d
commit f8227c1be8
3 changed files with 0 additions and 4 deletions

View file

@ -64,7 +64,6 @@ class dvdauthor_converter(devedeng.executor.executor):
continue
file_movies.append(element)
print(file_movies)
xmlpath = os.path.join(movie_folder, "xml_data")
xml_file_path = os.path.join(xmlpath, "dvdauthor.xml")
datapath = os.path.join(movie_folder, "dvd_tree")