From 828d74570ad93c3657e291f8e876ec854f2cf69d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Mon, 9 Jul 2018 19:52:39 +0200 Subject: [PATCH] Remove print statement --- gajim/common/connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gajim/common/connection.py b/gajim/common/connection.py index 1a1f371c5..be49fe65a 100644 --- a/gajim/common/connection.py +++ b/gajim/common/connection.py @@ -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