Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy Brauner committed Jul 6, 2022
1 parent cd6f483 commit ef2c9a9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/core/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,6 @@ export function formatRoutes(
routesList = langService.addLangParamToRoutes(routesList);
}

// Only first time register routes in Routers
// if (isFirstRouterInstance) {
// Routers.routes = routesList;
// }

log(id, "formatRoutes > routesList", routesList);
return routesList;
}

Expand Down

0 comments on commit ef2c9a9

Please sign in to comment.