test(compiler-cli): remove spurious `console.error` call from a test (#39321)

Reporting the source file text to the console was left as a debugging
artifact.

PR Close #39321
This commit is contained in:
JoostK 2020-10-17 20:54:06 +02:00 committed by Joey Perrott
parent 5d731354d0
commit 40bf1e0475
1 changed files with 0 additions and 1 deletions

View File

@ -117,7 +117,6 @@ runInEachFileSystem(() => {
// Next, ask for a TCB from file2. This operation should clear data on TCBs generated for
// file1.
expect(templateTypeChecker.getTypeCheckBlock(cmpB)).not.toBeNull();
console.error(templateTypeChecker.getTypeCheckBlock(cmpB)?.getSourceFile().text);
// This can be detected by asking for a TCB again from file1. Since no data should be
// available for file1, this should cause another type-checking program step.