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