Remove debug print.

This commit is contained in:
Valentin Lorentz
2015-12-19 20:09:23 +01:00
parent 4e57b793a3
commit 9426f8f527

View File

@ -56,7 +56,6 @@ class CapTestCase(cases.BaseClientTestCase, cases.ClientNegociationHelper):
)
authstring = base64.b64encode(b'\x00'.join(
[b'foo', b'foo', b'quux'*148])).decode()
print(len(authstring))
m = self.negotiateCapabilities(['sasl'], auth=auth)
self.assertEqual(m.command, 'AUTHENTICATE', m)
self.sendLine('AUTHENTICATE +')