Skip to content

Commit 31b2057

Browse files
committed
chore: cleanup
1 parent c8467e1 commit 31b2057

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bottom-navigation/index.android.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,6 @@ export class BottomNavigation extends TabNavigationBase {
497497

498498
const fragmentToDetach = this._currentFragment;
499499
if (fragmentToDetach) {
500-
console.log('unloadOnTabChange', this.unloadOnTabChange);
501500
if (this.unloadOnTabChange) {
502501
this.destroyItem((fragmentToDetach as any).index, fragmentToDetach);
503502
} else {

0 commit comments

Comments
 (0)