Remove a leftover debug message
This commit is contained in:
parent
d4d6f31655
commit
4fa490d941
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user