Skip to content

Commit

Permalink
Don't leave PDB in prod code
Browse files Browse the repository at this point in the history
  • Loading branch information
JBorrow committed Jun 18, 2024
1 parent 1fd79d8 commit 659a7f3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions librarian_background/send_clone.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,10 +591,6 @@ def core(self, session: Session):

file_stmt = file_stmt.where(File.name.not_in(outgoing_transfer_stmt))

import pdb

pdb.set_trace()

files_without_remote_instances: list[File] = (
session.execute(file_stmt).scalars().all()
)
Expand Down

0 comments on commit 659a7f3

Please sign in to comment.