remove console log

pull/227751/head
Benjamin Pasero 2024-09-06 14:26:23 +02:00 committed by GitHub
parent ce0b33a888
commit c3d464a46a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

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,