Skip to content

Commit c0d4f61

Browse files
committed
Remove commented code
1 parent 09032de commit c0d4f61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

airflow/models/renderedtifields.py

-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ def _do_delete_old_records(
232232
session: Session,
233233
) -> None:
234234
# This query might deadlock occasionally and it should be retried if fails (see decorator)
235-
# breakpoint()
236235
stmt = (
237236
delete(cls)
238237
.where(

0 commit comments

Comments
 (0)