Skip to content
Snippets Groups Projects
Commit 4fa490d9 authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Remove a leftover debug message

parent d4d6f316
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment