Skip to content

Commit e96d59b

Browse files
committed
Remove comment by the user
1 parent 1b08818 commit e96d59b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CodingSeb.ExpressionEvaluator/ExpressionEvaluator.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,6 @@ public ExpressionEvaluator(Dictionary<string, object> variables) : this()
631631
/// <returns>The result of the last evaluated expression</returns>
632632
public object ScriptEvaluate(string script)
633633
{
634-
script = RemoveComments(script);
635634
object lastResult = null;
636635
int startOfExpression = 0;
637636
IfBlockEvaluatedState ifBlockEvaluatedState = IfBlockEvaluatedState.NoBlockEvaluated;
@@ -894,8 +893,6 @@ void forAction(int index)
894893

895894
i++;
896895
}
897-
898-
899896
}
900897

901898
ExecuteIfList();

0 commit comments

Comments
 (0)