Skip to content

Commit

Permalink
Remove noisy duplicate logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ttys0dev committed Sep 15, 2023
1 parent a806c70 commit 1a6d622
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cl/recap/mergers.py
Original file line number Diff line number Diff line change
Expand Up @@ -635,13 +635,6 @@ def add_create_docket_entry_transaction(d, docket_entry):
)
de_created = True
except DocketEntry.MultipleObjectsReturned:
logger.error(
"Multiple docket entries found for document "
"entry number '%s' seq '%s' while processing '%s'",
docket_entry["document_number"],
pacer_seq_no,
d,
)
duplicate_de_queryset = DocketEntry.objects.filter(
docket=d,
entry_number=docket_entry["document_number"],
Expand Down

0 comments on commit 1a6d622

Please sign in to comment.