[Telepathy-commits] [telepathy-gabble/master] Remove print in test suite

Alban Crequy alban.crequy at collabora.co.uk
Tue Aug 19 10:52:42 PDT 2008


20080521154148-a41c0-ed9635ff2dd81424876681b2f2c097650b026f98.gz
---
 tests/twisted/test-caps-hash.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/tests/twisted/test-caps-hash.py b/tests/twisted/test-caps-hash.py
index 37d81f4..44d03fb 100644
--- a/tests/twisted/test-caps-hash.py
+++ b/tests/twisted/test-caps-hash.py
@@ -77,7 +77,6 @@ def test_hash(q, bus, conn, stream, contact, contact_handle, client):
     # send updated presence with Jingle caps info
     presence = make_presence(contact, None, 'hello')
     presence = presence_add_caps(presence, '0.1', client)
-    print str(presence)
     stream.send(presence)
 
     # Gabble looks up our capabilities
@@ -134,7 +133,6 @@ def test_hash(q, bus, conn, stream, contact, contact_handle, client):
     # send presence with empty caps
     presence = make_presence(contact, None, 'hello')
     presence = presence_add_caps(presence, '0.0', client)
-    print str(presence)
     stream.send(presence)
 
     # Gabble looks up our capabilities
-- 
1.5.6.3




More information about the Telepathy-commits mailing list