Showing
1 changed file
with
0 additions
and
1 deletions
@@ -137,7 +137,6 @@ class MemoryImage extends ImageProvider { | @@ -137,7 +137,6 @@ class MemoryImage extends ImageProvider { | ||
137 | } | 137 | } |
138 | 138 | ||
139 | final image = im.decodeImage(bytes); | 139 | final image = im.decodeImage(bytes); |
140 | - print(width); | ||
141 | final resized = im.copyResize(image, width: width); | 140 | final resized = im.copyResize(image, width: width); |
142 | return PdfImage.fromImage(context.document, image: resized); | 141 | return PdfImage.fromImage(context.document, image: resized); |
143 | } | 142 | } |
-
Please register or login to post a comment