1
0
Fork 0

Remove a leftover debug message

This commit is contained in:
jvoisin 2018-03-25 15:09:34 +02:00
parent d4d6f31655
commit 4fa490d941
1 changed files with 0 additions and 1 deletions

View File

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