Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdavies committed Jan 10, 2020
1 parent c326a9f commit 7a6b5f3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/optimize/watch/watch_cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ export class WatchCache {
// delete everything in optimize/.cache directory
await recursiveDelete(normalizePosixPath(this.cachePath));

// delete some empty folder that could be left
// from the previous cache path reset action
// await deleteEmpty(this.cachePath);

// delete dlls
await del(this.dllsPath);

Expand Down

0 comments on commit 7a6b5f3

Please sign in to comment.