Skip to content

Commit b138d6e

Browse files
committed
fix: remove logg
1 parent 41b1d3e commit b138d6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/collectionview.android.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,6 @@ export class CollectionView extends CollectionViewBase {
516516
}
517517

518518
// nativeView.adapter.owner = new WeakRef(this);
519-
console.log('refresh', new Error().stack);
520519
const layoutManager = view.getLayoutManager();
521520
if (layoutManager['setSpanCount']) {
522521
layoutManager['setSpanCount'](this.computeSpanCount());

0 commit comments

Comments
 (0)