Explorar o código

chore: remove remaining router debug log

unknown hai 2 meses
pai
achega
6cbce76002
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main.ts

+ 1 - 1
src/main.ts

@@ -26,7 +26,7 @@ app.use(i18n);
 
 // Wait for router to be ready before mounting and rendering
 router.isReady().then(() => {
-  console.log("🚀 Router ready, mounting app...");
+
   app.mount("#root");
   
   // Dispatch event for prerendering