We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2219839 commit e138a59Copy full SHA for e138a59
lib/app.dart
@@ -93,7 +93,6 @@ class _FlutterReduxAppState extends State<FlutterReduxApp>
93
},
94
HomePage.sName: (context) {
95
_context = context;
96
- print("##############");
97
return NavigatorUtils.pageContainer(new HomePage(), context);
98
99
LoginPage.sName: (context) {
0 commit comments