Remove forgotten print call from authenticator.py

This commit is contained in:
Lonami Exo 2017-10-12 16:02:34 +02:00
parent a6c898f8d1
commit 3a4662c3bf

View File

@ -124,7 +124,6 @@ def _do_authentication(connection):
raise AssertionError(server_dh_inner)
if server_dh_inner.nonce != res_pq.nonce:
print(server_dh_inner.nonce, res_pq.nonce)
raise SecurityError('Invalid nonce in encrypted answer')
if server_dh_inner.server_nonce != res_pq.server_nonce: