diff --git a/librarian_background/send_clone.py b/librarian_background/send_clone.py index 072bfe3..27b233b 100644 --- a/librarian_background/send_clone.py +++ b/librarian_background/send_clone.py @@ -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() )