Showing
1 changed file
with
1 additions
and
1 deletions
@@ -161,7 +161,7 @@ class GetObserver extends NavigatorObserver { | @@ -161,7 +161,7 @@ class GetObserver extends NavigatorObserver { | ||
161 | value.isDialog = newRoute.isDialog; | 161 | value.isDialog = newRoute.isDialog; |
162 | }); | 162 | }); |
163 | 163 | ||
164 | - print('currentRoute.isDialog ${currentRoute.isDialog}'); | 164 | + // print('currentRoute.isDialog ${currentRoute.isDialog}'); |
165 | 165 | ||
166 | routing?.call(_routeSend); | 166 | routing?.call(_routeSend); |
167 | } | 167 | } |
-
Please register or login to post a comment