Compare commits

..

No commits in common. "0b5ac36a726849d79bbc06eb0d6585360ba9ca63" and "8244c9fdaf5f8f238fd895965db0b981a1ec751e" have entirely different histories.

View File

@ -47,9 +47,6 @@
{
var values = line.Split(';');
var actualResult = values[1].Split('-');
if (string.IsNullOrEmpty(values[1])) { continue; }
var matchResult = new MatchResult
{
Match = values[0],