Skip to content

Commit 53c8e70

Browse files
committed
fix(ios): removed logs
1 parent 054cc91 commit 53c8e70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/image.ios.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,6 @@ export class Img extends ImageBase {
461461
options = options | SDWebImageOptions.ProgressiveLoad;
462462
}
463463
if (this.decodeWidth && this.decodeHeight) {
464-
console.log('NSImageDecodeSizeTransformer', this.decodeWidth, this.decodeHeight);
465464
//@ts-ignore
466465
transformers.push(NSImageDecodeSizeTransformer.transformerWithDecodeWidthDecodeHeight(this.decodeWidth, this.decodeHeight));
467466
}

0 commit comments

Comments
 (0)