remove prints
This commit is contained in:
@@ -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':
|
||||||
|
|||||||
Reference in New Issue
Block a user