We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 054cc91 commit 53c8e70Copy full SHA for 53c8e70
src/image.ios.ts
@@ -461,7 +461,6 @@ export class Img extends ImageBase {
461
options = options | SDWebImageOptions.ProgressiveLoad;
462
}
463
if (this.decodeWidth && this.decodeHeight) {
464
- console.log('NSImageDecodeSizeTransformer', this.decodeWidth, this.decodeHeight);
465
//@ts-ignore
466
transformers.push(NSImageDecodeSizeTransformer.transformerWithDecodeWidthDecodeHeight(this.decodeWidth, this.decodeHeight));
467
0 commit comments