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 )