6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit a4474bab
Changed files
concierge/lib/concierge_route.dart | 1 - 1 file changed, 1 deletion(-)
Diff
diff --git a/concierge/lib/concierge_route.dart b/concierge/lib/concierge_route.dart
index 2a202577..58a4f78c 100644
--- a/concierge/lib/concierge_route.dart
+++ b/concierge/lib/concierge_route.dart
@@ -22,7 +22,6 @@ import 'flavors.dart';
final conciergeShellRoute = StatefulShellRoute.indexedStack(
redirect: (context, state) {
- print("qqq concierge: ${state.matchedLocation}");
if (state.matchedLocation == "/exit") context.pop();
return null;
},