Skip to content

Commit 8e40a2d

Browse files
committed
Remove debugging code
1 parent 12013e9 commit 8e40a2d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pgweb/security/loader.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
@transaction.atomic
99
def load_security_json():
1010
combined_json = list(_load_all_cve_json())
11-
with open('/tmp/cna/full.json', 'w') as f:
12-
json.dump(combined_json, f)
1311
curs = connection.cursor()
1412
curs.execute("""WITH t AS (
1513
SELECT (regexp_match(cveid, '^CVE-(\\d{4}-\\d{4,5})$'))[1] AS cve, title, description, vector, fixed, component

0 commit comments

Comments
 (0)