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 5fb20f1 commit 9886c32Copy full SHA for 9886c32
src/image.ios.ts
@@ -409,7 +409,6 @@ export class Img extends ImageBase {
409
if (this.blurRadius) {
410
transformers.push(SDImageBlurTransformer.transformerWithRadius(this.blurRadius));
411
}
412
- console.log('roundAsCircle', this.roundAsCircle, this.style['roundAsCircle']);
413
if (this.roundAsCircle === true) {
414
//@ts-ignore
415
transformers.push(NSImageRoundAsCircleTransformer.transformer());
0 commit comments