Skip to content

Commit 7f2fd2d

Browse files
author
farfromrefuge
committed
fix: removed logs
1 parent 7ca8708 commit 7f2fd2d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ui-pager/index.android.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,6 @@ export class Pager extends PagerBase {
395395
return;
396396
}
397397
const ids = Array.from(this.bindedViewHolders).sort((a, b) => a - b);
398-
console.log('refreshVisibleItems', ids);
399398
this.pagerAdapter.notifyItemRangeChanged(ids[0], ids[ids.length - 1] - ids[0] + 1);
400399
}
401400

@@ -757,7 +756,6 @@ function initPagerRecyclerAdapter() {
757756
view = owner._itemViewLoader(template.key);
758757
}
759758
const isNonSync = view === undefined;
760-
console.log('isNonSync', view);
761759
if (isNonSync || view instanceof ProxyViewContainer) {
762760
const parentView = new ContentView();
763761
parentView.id = 'pagerViewHolder';

0 commit comments

Comments
 (0)