Skip to content

Commit 4d6f217

Browse files
committed
Partial fix for debug_toolbar query display
1 parent d9d8a32 commit 4d6f217

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

django_mongodb_extensions/debug_toolbar/panels/mql/tracking.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ class DebugToolbarWrapper(OperationDebugWrapper):
2626

2727
def __init__(self, db, collection, logger):
2828
super().__init__(db, collection)
29-
self.collection_name = f"{collection.name}."
3029
self.logger = logger
3130

3231
def log(self, op, duration, args, kwargs=None):

0 commit comments

Comments
 (0)