1
0
Fork 0

libmat2/pdf: Drop printing 'lol'

It seems this was committed without intention to do so.
This commit is contained in:
georg 2021-07-29 15:40:37 +00:00
parent 3b094ae449
commit 08a5792a9a
No known key found for this signature in database
GPG Key ID: 461BEE5D240A9E91
1 changed files with 0 additions and 1 deletions

View File

@ -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)