Skip to content

Commit

Permalink
I think this is not needed at all.
Browse files Browse the repository at this point in the history
  • Loading branch information
askonomm committed Oct 17, 2024
1 parent ab5c3a4 commit 85d458f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Htmt/ExpressionValidator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,6 @@ private static bool EvaluateExp(string exp)

private static bool EvaluateSimpleExp(string exp)
{
var conditionParts = exp.Split(new[] { " is " }, StringSplitOptions.None);

if (conditionParts.Length > 1)
{
return EvaluateCondition(exp.Trim());
}

var orParts = exp.Split(new[] { " or " }, StringSplitOptions.None);

foreach (var orPart in orParts)
Expand Down

0 comments on commit 85d458f

Please sign in to comment.