Skip to content

Commit

Permalink
Don't debug queries
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Jan 28, 2024
1 parent 89b341c commit 4603038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def process_extra(self, return_value, response):
for t in types
),
f'{index_name}__cards',
debug_queries=True,
debug_queries=False,
text_field_rules=text_field_rules,
# text_field_select=dict(
# cards=['service_name', 'organization_name', 'responses.name', 'branch_address',
Expand Down

0 comments on commit 4603038

Please sign in to comment.