From 69383131411bc5677de44264048d1a7b73bcd740 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Fri, 11 Jun 2021 12:44:11 -0500 Subject: [PATCH] Disable logger --- helpers/incremental/caching.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/incremental/caching.js b/helpers/incremental/caching.js index 8b685c8..cee03de 100644 --- a/helpers/incremental/caching.js +++ b/helpers/incremental/caching.js @@ -49,7 +49,7 @@ export async function cachePublishFolder () { const publishDirectoryPath = await getPublishDirectoryPath() - console.log('publishDirectoryPath', publishDirectoryPath) + // console.log('publishDirectoryPath', publishDirectoryPath) // Make sure cache folder exists await fs.ensureDir( CACHE_PATH )