remove console log

This commit is contained in:
Benjamin Pasero
2024-09-06 14:26:23 +02:00
committed by GitHub
parent ce0b33a888
commit c3d464a46a

View File

@@ -108,7 +108,6 @@ export function createAsar(folderPath: string, unpackGlobs: string[], skipGlobs:
return;
}
if (shouldDuplicateFile(file)) {
console.log(file.relative);
this.queue(new VinylFile({
base: '.',
path: file.path,