remove prints
This commit is contained in:
parent
1f75a6fe7f
commit
b74243add4
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ class RouteGenerator {
|
|||
static Route<dynamic> generateRoute(RouteSettings settings) {
|
||||
final args = settings.arguments;
|
||||
var extPath = Uri.base.path;
|
||||
print(extPath);
|
||||
print(settings.name);
|
||||
// print(extPath);
|
||||
// print(settings.name);
|
||||
// External Links Navigation
|
||||
switch (extPath) {
|
||||
case '/auth/reset-password':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue