[Git][gajim/gajim][master] Remove print statement

Philipp Hörist gitlab at dev.gajim.org
Mon Jul 9 19:53:05 CEST 2018


Philipp Hörist pushed to branch master at gajim / gajim


Commits:
828d7457 by Philipp Hörist at 2018-07-09T19:52:57+02:00
Remove print statement

- - - - -


1 changed file:

- gajim/common/connection.py


Changes:

=====================================
gajim/common/connection.py
=====================================
--- 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



View it on GitLab: https://dev.gajim.org/gajim/gajim/commit/828d74570ad93c3657e291f8e876ec854f2cf69d

-- 
View it on GitLab: https://dev.gajim.org/gajim/gajim/commit/828d74570ad93c3657e291f8e876ec854f2cf69d
You're receiving this email because of your account on dev.gajim.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gajim.org/pipermail/commits/attachments/20180709/841609b2/attachment.html>


More information about the Commits mailing list