[Telepathy-commits] [telepathy-gabble/master] Remove a debug print of the data received from SOCKS5

Marco Barisione marco at barisione.org
Tue Jan 6 08:41:22 PST 2009


---
 tests/twisted/tubes/test-si-socks5-tubes.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/tests/twisted/tubes/test-si-socks5-tubes.py b/tests/twisted/tubes/test-si-socks5-tubes.py
index 8583bbf..dbc1168 100644
--- a/tests/twisted/tubes/test-si-socks5-tubes.py
+++ b/tests/twisted/tubes/test-si-socks5-tubes.py
@@ -292,7 +292,6 @@ def test(q, bus, conn, stream):
     stream.send(iq)
 
     event = q.expect('s5b-data-received')
-    print event.properties['data']
     assert event.properties['data'] == '\x05\x01\x00' # version 5, 1 auth method, no auth
     event.properties['transport'].write('\x05\x00') # version 5, no auth
     event = q.expect('s5b-data-received')
-- 
1.5.6.5




More information about the Telepathy-commits mailing list