[Telepathy-commits] [telepathy-salut/master] Remove debug messages

Sjoerd Simons sjoerd.simons at collabora.co.uk
Thu Oct 30 13:09:05 PDT 2008


---
 tests/twisted/avahi/test-ichat-composing.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/tests/twisted/avahi/test-ichat-composing.py b/tests/twisted/avahi/test-ichat-composing.py
index a96eb15..445f7ef 100644
--- a/tests/twisted/avahi/test-ichat-composing.py
+++ b/tests/twisted/avahi/test-ichat-composing.py
@@ -64,10 +64,8 @@ def test(q, bus, conn):
     # connected to salut, now send a messages as composing part 
     # here be sillyness
     parts = OUTGOING_MESSAGE.split(" ")
-    print parts
 
     for x in xrange(1,len(parts)):
-        print ' '.join(parts[:x])
         message = domish.Element(('', 'message'))
         message.addElement('body', content=' '.join(parts[:x]))
         event = message.addElement('x', 'jabber:x:event')
-- 
1.5.6.5



More information about the Telepathy-commits mailing list