diff --git a/pdfminer/pdfinterp.py b/pdfminer/pdfinterp.py index 6387b42..7b03729 100644 --- a/pdfminer/pdfinterp.py +++ b/pdfminer/pdfinterp.py @@ -184,7 +184,7 @@ class PDFResourceManager: if objid and objid in self._cached_fonts: font = self._cached_fonts[objid] else: - log.info('get_font: create: objid=%r, spec=%r', objid, spec) + log.debug('get_font: create: objid=%r, spec=%r', objid, spec) if settings.STRICT: if spec['Type'] is not LITERAL_FONT: raise PDFFontError('Type is not /Font')