Skip to content

Commit c387acf

Browse files
living180tim-schilling
authored andcommitted
Remove unused query attributes
1 parent 5ec1ad2 commit c387acf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

debug_toolbar/panels/sql/tracking.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,6 @@ def _record(self, method, sql, params):
191191
"params": _params,
192192
"raw_params": params,
193193
"stacktrace": get_stack_trace(skip=2),
194-
"start_time": start_time,
195-
"stop_time": stop_time,
196194
"is_slow": (
197195
duration > dt_settings.get_config()["SQL_WARNING_THRESHOLD"]
198196
),

0 commit comments

Comments
 (0)