diff options
| author | georg | 2021-07-29 15:40:37 +0000 |
|---|---|---|
| committer | georg | 2021-07-29 15:40:37 +0000 |
| commit | 08a5792a9ab13625ae7f5c2a640ad6eae8b46f03 (patch) | |
| tree | 3555dbdd66cc1ca7b0abcfe2cb9dac0a12c8b93c /libmat2/pdf.py | |
| parent | 3b094ae449afbb2c375454c1ee76b76aa98648d4 (diff) | |
libmat2/pdf: Drop printing 'lol'
It seems this was committed without intention to do so.
Diffstat (limited to 'libmat2/pdf.py')
| -rw-r--r-- | libmat2/pdf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libmat2/pdf.py b/libmat2/pdf.py index fc5f7dc..ff12fc2 100644 --- a/libmat2/pdf.py +++ b/libmat2/pdf.py | |||
| @@ -108,7 +108,6 @@ class PDFParser(abstract.AbstractParser): | |||
| 108 | if cairo.version_info < (1, 12, 0): | 108 | if cairo.version_info < (1, 12, 0): |
| 109 | pdf_surface.set_size(width, height) | 109 | pdf_surface.set_size(width, height) |
| 110 | else: | 110 | else: |
| 111 | print("lol") | ||
| 112 | pdf_surface.set_size(page_width, page_height) | 111 | pdf_surface.set_size(page_width, page_height) |
| 113 | pdf_surface.set_device_scale(1 / self.__scale, 1 / self.__scale) | 112 | pdf_surface.set_device_scale(1 / self.__scale, 1 / self.__scale) |
| 114 | pdf_context.set_source_surface(img, 0, 0) | 113 | pdf_context.set_source_surface(img, 0, 0) |
