diff --git a/node_modules/@ethicdevs/react-monolith/dist/components/Router.js b/node_modules/@ethicdevs/react-monolith/dist/components/Router.js
index 3bb6f12..c26dc2a 100644
--- a/node_modules/@ethicdevs/react-monolith/dist/components/Router.js
+++ b/node_modules/@ethicdevs/react-monolith/dist/components/Router.js
@@ -54,8 +54,8 @@ function Root({ children, }) {
     setLocation;
     const pathPattern = new routing_1.Path("/:orgSlug/:repoSlug/:currentRef/tree/*");
     const pathRealUrl = new routing_1.Path("/ethicdevs/gitfoss/main/tree/app/views/HomeView.tsx");
-    console.log("pathPattern:", pathPattern);
-    console.log("pathRealUrl:", pathRealUrl);
+    // console.log("pathPattern:", pathPattern);
+    // console.log("pathRealUrl:", pathRealUrl);
     const addRoute = (route) => {
         // console.log("addRoute called", route);
         if (route.path == null)
diff --git a/node_modules/@ethicdevs/react-monolith/src/components/Router.tsx b/node_modules/@ethicdevs/react-monolith/src/components/Router.tsx
index 26c710f..2d3c232 100644
--- a/node_modules/@ethicdevs/react-monolith/src/components/Router.tsx
+++ b/node_modules/@ethicdevs/react-monolith/src/components/Router.tsx
@@ -83,8 +83,8 @@ function Root<RoutesParams extends IRouteParams>({
     "/ethicdevs/gitfoss/main/tree/app/views/HomeView.tsx",
   );
 
-  console.log("pathPattern:", pathPattern);
-  console.log("pathRealUrl:", pathRealUrl);
+  // console.log("pathPattern:", pathPattern);
+  // console.log("pathRealUrl:", pathRealUrl);
 
   const addRoute: RouterContext["addRoute"] = (route) => {
     // console.log("addRoute called", route);