Skip to content

Commit

Permalink
refactor(recap): Clean up comments in the process_recap_acms_docket func
Browse files Browse the repository at this point in the history
  • Loading branch information
ERosendo committed Dec 7, 2023
1 parent ce70281 commit 7d2e6b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cl/recap/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1152,8 +1152,6 @@ async def process_recap_acms_docket(pk):
d.originating_court_information = og_info
await d.asave()

# Add the JSON to the docket in case we need it someday.
# xxx PacerHtmlFiles is ok for JSON?
pacer_file = await PacerHtmlFiles.objects.acreate(
content_object=d, upload_type=UPLOAD_TYPE.APPELLATE_DOCKET
)
Expand Down

0 comments on commit 7d2e6b2

Please sign in to comment.