Skip to content

Commit 0d0e721

Browse files
committed
Don't debug
1 parent 8055165 commit 0d0e721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

budgetkey_api/modules/search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def setup_search(app):
136136
multi_match_type='best_fields',
137137
multi_match_operator='and',
138138
text_field_rules=text_rules,
139-
debug_queries=True,
139+
debug_queries=False,
140140
query_cls=BudgetkeyQuery,
141141
)
142142
add_cache_header(blueprint, 600)

0 commit comments

Comments
 (0)