mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 03:56:51 -05:00
remove console log
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user