Skip to content

Commit

Permalink
fix: remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
markmartirosian committed Nov 12, 2023
1 parent 36e7033 commit 72c6595
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/yeux/src/utilities/empty-dir.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ export const emptyDir = async function emptyDir(
return await fse.mkdirs(dir)
}

const aasd = items.filter((value) => !exclude.includes(value))

console.log(aasd)

return await Promise.all(
items
.filter((value) => !exclude.includes(value))
Expand Down

0 comments on commit 72c6595

Please sign in to comment.