Skip to content
This repository was archived by the owner on Apr 9, 2019. It is now read-only.

Commit cd46048

Browse files
committed
Remove console.log noise
1 parent f9d7498 commit cd46048

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/navigation-controller.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,8 +452,6 @@ class NavigationController extends React.Component {
452452
const mountedViews = [];
453453
mountedViews[prev] = topView;
454454
mountedViews[next] = rootView;
455-
console.log('prev', topView.props.index)
456-
console.log('next', rootView.props.index)
457455
// Display only the root view
458456
const views = [rootView];
459457
// Show the wrappers

0 commit comments

Comments
 (0)