removed commented line

This commit is contained in:
irongut
2021-11-15 00:33:15 +00:00
parent 4ae964bab0
commit 6e12bd152f
-1
View File
@@ -116,7 +116,6 @@ namespace CodeCoverageSummary
private static CodeSummary ParseTestResults(string filename, CodeSummary summary)
{
//CodeSummary summary = new();
try
{
string rss = File.ReadAllText(filename);