Skip to content

Commit

Permalink
chore: remove debug console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
BRAVO68WEB committed Jun 9, 2024
1 parent 4b3fe37 commit cb97118
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,8 @@ async function main() {
target = answer
if (answer === '.') {
projectName = path.basename(process.cwd())
console.log('. ' + projectName)
} else {
projectName = path.basename(answer)
console.log('answer ' + projectName)
}
}

Expand Down

0 comments on commit cb97118

Please sign in to comment.