Skip to content

Commit

Permalink
removed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslaff committed Jan 26, 2024
1 parent 6e32e30 commit 3779a7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion showcert/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.0'
__version__ = '0.2.1'
2 changes: 0 additions & 2 deletions showcert/showcert.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,6 @@ def get_remote_certs(location, name=None, insecure=False, starttls='auto'):

certlist = get_certificate_chain(host, name=name, port=port, insecure=insecure, starttls=starttls)

print(certlist[1])

# cert = load_certificate(FILETYPE_PEM, certificate)
return certlist

Expand Down

0 comments on commit 3779a7d

Please sign in to comment.