Skip to content

Commit e138a59

Browse files
committed
fix flex button data error
1 parent 2219839 commit e138a59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/app.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ class _FlutterReduxAppState extends State<FlutterReduxApp>
9393
},
9494
HomePage.sName: (context) {
9595
_context = context;
96-
print("##############");
9796
return NavigatorUtils.pageContainer(new HomePage(), context);
9897
},
9998
LoginPage.sName: (context) {

0 commit comments

Comments
 (0)