Skip to content

Commit 9886c32

Browse files
committed
chore: cleanup
1 parent 5fb20f1 commit 9886c32

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
@@ -409,7 +409,6 @@ export class Img extends ImageBase {
409409
if (this.blurRadius) {
410410
transformers.push(SDImageBlurTransformer.transformerWithRadius(this.blurRadius));
411411
}
412-
console.log('roundAsCircle', this.roundAsCircle, this.style['roundAsCircle']);
413412
if (this.roundAsCircle === true) {
414413
//@ts-ignore
415414
transformers.push(NSImageRoundAsCircleTransformer.transformer());

0 commit comments

Comments
 (0)