Skip to content

Commit

Permalink
remove extraneous console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
vaaski committed Jul 19, 2024
1 parent b7e51b0 commit e6dd23e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/vite-templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ for (const item of templates) {
const newName = item.replace("template-", "")
const newPath = join(OUTPUT_FOLDER, newName)

console.log({ path, item, newName, newPath })
await rename(path, newPath)
}

Expand Down

0 comments on commit e6dd23e

Please sign in to comment.