aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/utils
diff options
context:
space:
mode:
Diffstat (limited to 'debug_toolbar/utils')
-rw-r--r--debug_toolbar/utils/tracking/db.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug_toolbar/utils/tracking/db.py b/debug_toolbar/utils/tracking/db.py
index d1226e4..90e42bd 100644
--- a/debug_toolbar/utils/tracking/db.py
+++ b/debug_toolbar/utils/tracking/db.py
@@ -29,6 +29,7 @@ class CursorWrapper(object):
self.logger = logger
def execute(self, sql, params=()):
+ __traceback_hide__ = True
start = datetime.now()
try:
return self.cursor.execute(sql, params)