Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpryan committed May 24, 2022
1 parent 6fcee32 commit c01f686
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/lib/cupertino.dart
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ int _selectedIndex(BuildContext context) {
final route = RouteState.of(context)!;
final activeChild = route.activeChild;
if (activeChild != null) {
print('activeChild.path = ${activeChild.path}');
if (activeChild.path == 'home') return 0;
if (activeChild.path == 'chat') return 1;
if (activeChild.path == 'profile') return 2;
Expand Down

0 comments on commit c01f686

Please sign in to comment.