1
0
mirror of synced 2024-05-31 10:28:03 +02:00

Remove a leftover debug message

This commit is contained in:
jvoisin 2018-03-25 15:09:34 +02:00
parent d4d6f31655
commit 4fa490d941

View File

@ -81,7 +81,6 @@ class PDFParser(abstract.AbstractParser):
def get_meta(self): def get_meta(self):
""" Return a dict with all the meta of the file """ Return a dict with all the meta of the file
""" """
print("URI: %s", self.uri)
document = Poppler.Document.new_from_file(self.uri, None) document = Poppler.Document.new_from_file(self.uri, None)
metadata = {} metadata = {}
for key in self.meta_list: for key in self.meta_list: