Skip to content

Commit bf61f8c

Browse files
author
farfromrefug
committed
fix(android): removed log
1 parent 38a95b1 commit bf61f8c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ui-pager/index.android.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,6 @@ function initPagerRecyclerAdapter() {
880880
const owner = this.owner ? this.owner.get() : null;
881881
if (owner) {
882882
const template = owner._getItemTemplate(index);
883-
console.log('getItemViewType', template, owner._itemTemplatesInternal.indexOf(template));
884883
return owner._itemTemplatesInternal.indexOf(template);
885884
}
886885
return 0;

0 commit comments

Comments
 (0)