summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjvoisin2018-03-25 15:09:34 +0200
committerjvoisin2018-03-25 15:09:34 +0200
commit4fa490d941cd0a1743963c4a8cfe89faeab6aded (patch)
treed331d7fd927458aa005de6a8e897c6045a9c07b6 /src
parentd4d6f31655fb578825dbf1e639f165c7ad3eb17f (diff)
Remove a leftover debug message
Diffstat (limited to 'src')
-rw-r--r--src/parsers/pdf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parsers/pdf.py b/src/parsers/pdf.py
index b5bb2c4..90f05e1 100644
--- a/src/parsers/pdf.py
+++ b/src/parsers/pdf.py
@@ -81,7 +81,6 @@ class PDFParser(abstract.AbstractParser):
81 def get_meta(self): 81 def get_meta(self):
82 """ Return a dict with all the meta of the file 82 """ Return a dict with all the meta of the file
83 """ 83 """
84 print("URI: %s", self.uri)
85 document = Poppler.Document.new_from_file(self.uri, None) 84 document = Poppler.Document.new_from_file(self.uri, None)
86 metadata = {} 85 metadata = {}
87 for key in self.meta_list: 86 for key in self.meta_list: