Remove print statement

This commit is contained in:
Philipp Hörist 2018-07-09 19:52:39 +02:00
parent dbb4c5318c
commit 828d74570a
1 changed files with 1 additions and 1 deletions

View File

@ -1268,7 +1268,7 @@ class Connection(CommonConnection, ConnectionHandlers):
self._get_posh_file(self._hostname)
self._posh_requested = True
cert_hash256 = self._calculate_cert_sha256(cert)
print(cert_hash256)
if cert_hash256 in self._posh_hashes:
# Ignore this error if this cert is
# verifyed with POSH