Skip to content

Commit

Permalink
docs(content_delegate): Remove comments that don't provide useful info.
Browse files Browse the repository at this point in the history
  • Loading branch information
ERosendo committed Nov 15, 2023
1 parent f956948 commit 342cdb9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/content_delegate.js
Original file line number Diff line number Diff line change
Expand Up @@ -595,9 +595,7 @@ ContentDelegate.prototype.onDownloadAllSubmit = async function (event) {
const browserSpecificFetch =
navigator.userAgent.indexOf('Safari') + navigator.userAgent.indexOf('Chrome') < 0 ? content.fetch : window.fetch;

// load options
const options = await getItemsFromStorage('options');
// generate the filename
const pacerCaseId = event.data.id.match(/caseid=(\d*)/)[1];
const filename = generateFileName(options, pacerCaseId);

Expand Down

0 comments on commit 342cdb9

Please sign in to comment.