Skip to content

Commit

Permalink
Removing commented consolo log used for debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelson-perez committed Nov 24, 2023
1 parent 8cc0128 commit d574520
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/large-sort.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ function cleanTempFiles(): void {

function deleteFiles(tempFolder: string) {
try {
// console.log({cleaningTempFolder: tempFolder});
fs.rmdirSync(tempFolder);
}
catch {}
Expand Down

0 comments on commit d574520

Please sign in to comment.