diff plugins/plugin_misc_tarot.py @ 134:7201851d9aed

plugin tarot, plugin MUC: removed print which were causing error when printing unicode string
author Goffi <goffi@goffi.org>
date Fri, 16 Jul 2010 20:15:14 +0800
parents 94011f553cd0
children 8c80d4dec7a8
line wrap: on
line diff
--- a/plugins/plugin_misc_tarot.py	Fri Jul 16 20:14:01 2010 +0800
+++ b/plugins/plugin_misc_tarot.py	Fri Jul 16 20:15:14 2010 +0800
@@ -562,7 +562,6 @@
             
 
     def card_game_cmd(self, mess_elt, profile):
-        print "\n\nCARD GAME command received (profile=%s): %s" % (profile, mess_elt.toXml())
         from_jid = jid.JID(mess_elt['from']) 
         room_jid = jid.JID(from_jid.userhost())
         game_elt = mess_elt.firstChildElement()