Skip to content

Commit

Permalink
removed unused logs
Browse files Browse the repository at this point in the history
  • Loading branch information
wpdas committed Mar 21, 2024
1 parent 0e02b1b commit 153ccae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/alem-vm/importable/Routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 153ccae

Please sign in to comment.