removed debug code
This commit is contained in:
@@ -24,8 +24,6 @@ public class SearchExpression : ISearchExpression
|
||||
|
||||
public bool DoesMatch(SearchArgs args)
|
||||
{
|
||||
if (args.key is "c" or "d" or "e")
|
||||
Console.WriteLine("UwU");
|
||||
int index = args.currentDepth - _expressionDepth;
|
||||
if (index < 0 || index >= _compiledExpression.Count)
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user