Showing
1 changed file
with
0 additions
and
2 deletions
| @@ -276,8 +276,6 @@ class GetMaterialApp extends StatelessWidget { | @@ -276,8 +276,6 @@ class GetMaterialApp extends StatelessWidget { | ||
| 276 | ? null | 276 | ? null |
| 277 | : (st) { | 277 | : (st) { |
| 278 | final match = _routeTree.matchRoute(initialRoute); | 278 | final match = _routeTree.matchRoute(initialRoute); |
| 279 | - print(initialRoute); | ||
| 280 | - print(match.parameters); | ||
| 281 | Get.parameters = match.parameters; | 279 | Get.parameters = match.parameters; |
| 282 | return [ | 280 | return [ |
| 283 | GetRouteBase( | 281 | GetRouteBase( |
-
Please register or login to post a comment