diff src/plugins/plugin_misc_cs.py @ 437:02c633a0ddcf

plugin XEP-0115: entity capabilities now use PersistentBinaryDict to store hash cache
author Goffi <goffi@goffi.org>
date Wed, 30 Nov 2011 00:24:41 +0100
parents b1794cbb88e5
children 48277946348b
line wrap: on
line diff
--- a/src/plugins/plugin_misc_cs.py	Wed Nov 30 00:23:50 2011 +0100
+++ b/src/plugins/plugin_misc_cs.py	Wed Nov 30 00:24:41 2011 +0100
@@ -246,7 +246,6 @@
         friends = data['friends'].split('\t')
         subject = data['subject']
         message = data['message']
-        print "send message \o/ :) :) :)"
         info(_("sending message to %(friends)s with subject [%(subject)s]" % {'friends':friends, 'subject':subject}))
         self.__sendMessage(None, subject, message, self.data[profile], friends, id, profile)