From 722917f04ea47bc6bb3f33287d4db8b55a22dd4e Mon Sep 17 00:00:00 2001 From: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com> Date: Wed, 3 Jul 2019 09:50:03 -0700 Subject: [PATCH] Remove TODO --- src/compiler/program.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compiler/program.ts b/src/compiler/program.ts index d96a4dc68ab..664e2d0319d 100644 --- a/src/compiler/program.ts +++ b/src/compiler/program.ts @@ -520,7 +520,6 @@ namespace ts { result += diag.messageText; indent++; if (diag.next) { - // TODO: Should be possible to optimise the common, non-tree case for (const kid of diag.next) { result += flattenDiagnosticMessageText(kid, newLine, indent); }