Skip to content

Commit

Permalink
Merge pull request #4807 from freelawproject/4721-free-opinion-scrape…
Browse files Browse the repository at this point in the history
…r-got-multiple-results-while-attempting-save

Remove unnecessary log message in lookup_and_save()
  • Loading branch information
flooie authored Dec 16, 2024
2 parents b429ae0 + 1e4a8ba commit 9c1b279
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cl/lib/pacer.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def lookup_and_save(new, debug=False):
d = ds[0]
elif count > 1:
# Too many dockets returned. Disambiguate.
logger.error("Got multiple results while attempting save.")

def is_different(x):
return x.pacer_case_id and x.pacer_case_id != new.pacer_case_id
Expand Down

0 comments on commit 9c1b279

Please sign in to comment.