Remove debug statements
This commit is contained in:
@@ -376,11 +376,7 @@ class ElasticsearchBackend(StorageBackend):
|
||||
for index, (meta, result) in result_map.items():
|
||||
# Default to true, if no aggs are found, we still want to match
|
||||
match = True
|
||||
print("RULE OBJECT", rule_object.aggs)
|
||||
print("META", meta)
|
||||
for agg_name, (operator, number) in rule_object.aggs.items():
|
||||
print("AGG NAME", agg_name, "OPERATOR", operator, "NUMBER", number)
|
||||
|
||||
if agg_name in meta["aggs"]:
|
||||
agg_value = meta["aggs"][agg_name]["value"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user