libmat2/pdf: Drop printing 'lol'
It seems this was committed without intention to do so.
This commit is contained in:
parent
3b094ae449
commit
08a5792a9a
@ -108,7 +108,6 @@ class PDFParser(abstract.AbstractParser):
|
||||
if cairo.version_info < (1, 12, 0):
|
||||
pdf_surface.set_size(width, height)
|
||||
else:
|
||||
print("lol")
|
||||
pdf_surface.set_size(page_width, page_height)
|
||||
pdf_surface.set_device_scale(1 / self.__scale, 1 / self.__scale)
|
||||
pdf_context.set_source_surface(img, 0, 0)
|
||||
|
Loading…
Reference in New Issue
Block a user