From 153ccaebcecc1b6827946a48d49f55e8d3bef811 Mon Sep 17 00:00:00 2001 From: Wenderson Pires Date: Thu, 21 Mar 2024 19:41:26 -0300 Subject: [PATCH] removed unused logs --- lib/alem-vm/importable/Routes.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/alem-vm/importable/Routes.tsx b/lib/alem-vm/importable/Routes.tsx index 9eb95c5..8558866 100644 --- a/lib/alem-vm/importable/Routes.tsx +++ b/lib/alem-vm/importable/Routes.tsx @@ -82,8 +82,6 @@ const Routes = (props: RoutesProps) => { ? bosProps[routeParamName] : routes[0].path; - console.log(currentUrlPath, routeParamName); - // Updates // List of routes and route type const _routes = routes.map((route: Route) => route.path);