From aaaeb924ace4189f52a8c44fab8bd94bfd9d713d Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Tue, 14 May 2019 13:59:24 +0100 Subject: [PATCH] fix(ivy): ngcc - remove unwanted logging message (#30525) This message gets called if a format has already been compiled and we only want the first. So the message itself is wrong but it is also not very useful anyway. PR Close #30525 --- packages/compiler-cli/ngcc/src/main.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/compiler-cli/ngcc/src/main.ts b/packages/compiler-cli/ngcc/src/main.ts index 336774dc7f..4d0087895c 100644 --- a/packages/compiler-cli/ngcc/src/main.ts +++ b/packages/compiler-cli/ngcc/src/main.ts @@ -165,8 +165,6 @@ export function mainNgcc( logger.warn( `Skipping ${entryPoint.name} : ${format} (no valid entry point file for this format).`); } - } else if (!compileAllFormats) { - logger.debug(`Skipping ${entryPoint.name} : ${property} (already compiled).`); } // Either this format was just compiled or its underlying format was compiled because of a