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
This commit is contained in:
Pete Bacon Darwin 2019-05-14 13:59:24 +01:00 committed by Jason Aden
parent 98a68ad3e7
commit aaaeb924ac
1 changed files with 0 additions and 2 deletions

View File

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