Skip to content

Commit

Permalink
Update root_widget.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
jonataslaw authored Jun 24, 2020
1 parent 67f3f80 commit 61cac09
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/root/root_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,6 @@ class GetMaterialApp extends StatelessWidget {
? null
: (st) {
final match = _routeTree.matchRoute(initialRoute);
print(initialRoute);
print(match.parameters);
Get.parameters = match.parameters;
return [
GetRouteBase(
Expand Down

0 comments on commit 61cac09

Please sign in to comment.