Skip to content

Commit

Permalink
engines/dotnet: remove some debugging prints
Browse files Browse the repository at this point in the history
I accidentally left these in when I was debugging regex-redux failures.
  • Loading branch information
BurntSushi committed Mar 26, 2023
1 parent dfa9f73 commit e0b5848
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions engines/dotnet/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -388,9 +388,6 @@ static List<Sample> ModelRegexRedux(Config config)
result.AppendLine($"{clen}");
result.AppendLine($"{seq.Length}");
if (result.ToString() != expected) {
Console.WriteLine(result.ToString());
Console.WriteLine("===========");
Console.WriteLine(expected);
throw new Exception("result did not match expected");
}
return seq.Length;
Expand Down

0 comments on commit e0b5848

Please sign in to comment.