Skip to content

Commit

Permalink
commented out debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
cockroacher committed Sep 27, 2024
1 parent 2efebd6 commit 2355224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helpers/sri_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ def append_sri_data_for_html(req_url, req_domain, res, org_domain, result):
# print('Candidates', nice_candidates)

sri_list = get_sris(req_domain, content)
nice_sri_list = json.dumps(sri_list, indent=3)
print('SRI', nice_sri_list)
# nice_sri_list = json.dumps(sri_list, indent=3)
# print('SRI', nice_sri_list)

sri_errors = []

Expand Down

0 comments on commit 2355224

Please sign in to comment.