Remove duplicate comment (#40667)

This commit is contained in:
Tim van der Lippe
2020-09-30 09:41:31 -07:00
committed by GitHub
parent a301001420
commit 070cf1112f
-1
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));
}