Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
b3b00 committed Nov 29, 2021
1 parent 76341ed commit a1f11c8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ParserTests/Issue259/Issue259ExpressionParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ public string Comparison(string lhs, Token<Issue259ExpressionToken> token, strin
{
throw new Exception($"Could not create parser. BNF is not valid. {parser.Errors[0]}");
}

var dump = parser.Result.Configuration.Dump();
Console.WriteLine(dump);

cachedParser = parser.Result;
}

Expand Down

0 comments on commit a1f11c8

Please sign in to comment.