Skip to content

Commit

Permalink
Remove unneded console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
dalkia committed Oct 28, 2024
1 parent cdd9d9b commit e2152dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions consumer-server/src/logic/has-content-changed-task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ async function DeleteFilesInOutputFolder(outputFolder: string): Promise<void> {
const filePath = path.join(outputFolder, file)
fs.unlinkSync(filePath) // Delete each file
}

console.log(`Deleted all files in ${outputFolder}`)
}
}

Expand Down

0 comments on commit e2152dd

Please sign in to comment.