Skip to content

Commit bd0dce9

Browse files
committed
Implement MQL panel for Django Debug Toolbar
1 parent 870b6d1 commit bd0dce9

File tree

1 file changed

+0
-2
lines changed
  • django_mongodb_extensions/debug_toolbar/panels/mql

1 file changed

+0
-2
lines changed

django_mongodb_extensions/debug_toolbar/panels/mql/forms.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,6 @@ def select(self) -> Tuple[List[List[str]], List[str]]:
396396

397397
def _execute_select(db, collection, collection_name, operation, args_list):
398398
"""Inner function to execute the select operation."""
399-
max_results = get_max_select_results()
400-
401399
# Execute the appropriate select operation
402400
if operation == "aggregate":
403401
result_docs = self._execute_aggregate(collection, args_list)

0 commit comments

Comments
 (0)