Skip to content

Commit 556fbb2

Browse files
committed
fix(collectionview): ios removed logs
1 parent dad2b69 commit 556fbb2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/collectionview/index.ios.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,8 +650,6 @@ export class CollectionView extends CollectionViewBase {
650650
this.nativeViewProtected.collectionViewLayout.invalidateLayout()
651651
}
652652
};
653-
} else {
654-
console.log('prepared for template')
655653
}
656654
innerView.addSubview(view.nativeViewProtected);
657655
cell.contentView.addSubview(innerView);

0 commit comments

Comments
 (0)