From 7a6b5f3fe3a684c7c8bb408d26976ee8b72db8be Mon Sep 17 00:00:00 2001 From: Christopher Davies Date: Fri, 10 Jan 2020 09:29:55 -0500 Subject: [PATCH] Remove unused code --- src/optimize/watch/watch_cache.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/optimize/watch/watch_cache.ts b/src/optimize/watch/watch_cache.ts index de6466aa76d79..8288ccc88e57d 100644 --- a/src/optimize/watch/watch_cache.ts +++ b/src/optimize/watch/watch_cache.ts @@ -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);