diff --git a/src/main.js b/src/main.js index 801d6d3..3bbfecb 100644 --- a/src/main.js +++ b/src/main.js @@ -114,9 +114,7 @@ export async function main() { configMenu, ); - // await mainMenu.show(); - const pathResult = await pathSelector.show(configService.get().codexPath, true); - console.log("Selected path: " + pathResult); + await mainMenu.show(); return; try {