From 2c24ff4fd51b1ebdfa4a616dd80754314db9a07e Mon Sep 17 00:00:00 2001 From: g45t345rt Date: Tue, 23 Mar 2021 19:29:22 -0400 Subject: [PATCH] remove console.log --- src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 5393e33..fc83ee4 100644 --- a/src/index.ts +++ b/src/index.ts @@ -69,8 +69,6 @@ const postCSSPlugin = ({ tmpDir = path.resolve(tmpDirPath, sourceRelDir), tmpFilePath = path.resolve(tmpDir, `${sourceBaseName}.css`); - console.log(tmpDir); - console.log(tmpFilePath); await ensureDir(tmpDir); const fileContent = await readFile(sourceFullPath);