Commit 90cda6c4 authored by Gergely Ujvari's avatar Gergely Ujvari

Remove unused variables

parent 93590fd6
...@@ -246,8 +246,6 @@ class QueryParser ...@@ -246,8 +246,6 @@ class QueryParser
mapped_field = if rule.path? then rule.path else '/'+category mapped_field = if rule.path? then rule.path else '/'+category
if and_or is 'or' if and_or is 'or'
val_list = ''
first = true
oper_part = oper_part =
if rule.operator? then rule.operator if rule.operator? then rule.operator
else if exact_match then 'one_of' else 'match_of' else if exact_match then 'one_of' else 'match_of'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment