Skip to content

Commit

Permalink
fix(widgetbook): 🐛 remove go_router diagnostics
Browse files Browse the repository at this point in the history
fixes #542
  • Loading branch information
jenshor committed Mar 13, 2023
1 parent 3aa4e60 commit a5395ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/widgetbook/lib/src/navigation/router.dart
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ GoRouter createRouter({
return null;
},
initialLocation: initialLocation,
debugLogDiagnostics: true,
routes: [
ShellRoute(
builder: (context, state, child) {
Expand Down

0 comments on commit a5395ee

Please sign in to comment.