Skip to content

Commit

Permalink
remove console.log from setup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LankyMoose committed Oct 10, 2024
1 parent 7f62e4e commit aba5189
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ const files = fs
)

for (const file of files) {
console.log(`Updating ${file.name}`, file)
const filePath = path.join(file.path, file.name)
const content = fs.readFileSync(filePath, "utf8")
const updatedContent = content
Expand Down

0 comments on commit aba5189

Please sign in to comment.