remove console.log

This commit is contained in:
g45t345rt 2021-03-23 19:29:22 -04:00
parent a842d7daa5
commit 2c24ff4fd5

View File

@ -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);