better config, remove console.log

This commit is contained in:
Jacob Nguyen
2024-01-11 11:29:41 -06:00
parent 7dbad0856c
commit 9b040da123
3 changed files with 3 additions and 6 deletions

View File

@@ -85,7 +85,6 @@ async function runInteractive() {
'../..',
result.template
);
console.log(selectedTemplate);
if (argv.overwrite) {
emptyDir(root);
} else if (!fs.existsSync(root)) {