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) {
|
static Route<dynamic> generateRoute(RouteSettings settings) {
|
||||||
final args = settings.arguments;
|
final args = settings.arguments;
|
||||||
var extPath = Uri.base.path;
|
var extPath = Uri.base.path;
|
||||||
print(extPath);
|
// print(extPath);
|
||||||
print(settings.name);
|
// print(settings.name);
|
||||||
// External Links Navigation
|
// External Links Navigation
|
||||||
switch (extPath) {
|
switch (extPath) {
|
||||||
case '/auth/reset-password':
|
case '/auth/reset-password':
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue