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.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to