Remove TODO

This commit is contained in:
Nathan Shively-Sanders 2019-07-03 09:50:03 -07:00
parent d92e8ea4a1
commit 722917f04e

View File

@ -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);
}