Skip to content

Commit

Permalink
πŸ”‡ Removed unused filesChanged console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinator444 committed Nov 4, 2024
1 parent 940c84a commit 8f6948c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/frontmatter-validator/frontmatter-validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ function main() {
validateFiles(fileListPath);
} else {
const filesChanged = args[0];
console.log('Files changed:', filesChanged);
if (filesChanged) {
const filePaths = filesChanged
.split(',')
Expand Down

0 comments on commit 8f6948c

Please sign in to comment.