Skip to content

Commit

Permalink
removed some leftover print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
kurzondax committed Mar 12, 2020
1 parent 4ba6d3d commit faced9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def createCerts(args):
names = []

for k in data:
print(k)
# print(k)
resolvers.append(data[k])

for resolver in resolvers:
Expand All @@ -102,7 +102,7 @@ def createCerts(args):

# Loop over all certificates
for c in resolver['Certificates']:
pprint(c)
# pprint(c)
name = c['domain']['main']
privatekey = c['key']
fullchain = c['certificate']
Expand Down

0 comments on commit faced9d

Please sign in to comment.