Skip to content
Snippets Groups Projects
Unverified Commit 08a5792a authored by georg's avatar georg
Browse files

libmat2/pdf: Drop printing 'lol'

It seems this was committed without intention to do so.
parent 3b094ae4
No related branches found
No related tags found
1 merge request!93libmat2/pdf: Drop printing 'lol'
Pipeline #62810 passed with warnings
......@@ -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)
......
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