Remove duplicate comment (#40667)

This commit is contained in:
Tim van der Lippe
2020-09-30 17:41:31 +01:00
committed by GitHub
parent a301001420
commit 070cf1112f

View File

@@ -550,7 +550,6 @@ namespace ts {
}
}
// Return array of values that needs emit
// Return array of values that needs emit
return arrayFrom(mapDefinedIterator(seenFileNamesMap.values(), value => value));
}