diff plugins/plugin_misc_tarot.py @ 89:23caf1051099

multi-profile/subscription misc fixes
author Goffi <goffi@goffi.org>
date Thu, 13 May 2010 16:27:48 +0930
parents 59f181e8433a
children 4020931569b8
line wrap: on
line diff
--- a/plugins/plugin_misc_tarot.py	Wed May 12 11:55:18 2010 +0930
+++ b/plugins/plugin_misc_tarot.py	Thu May 13 16:27:48 2010 +0930
@@ -102,7 +102,6 @@
         del(deck[:])
 
         for player in players:
-            print "envoi de main a",player
             self.host.sendMessage(room_jid+"/"+player, "/hand: %s" % str(hand[player]))
             
         self.host.bridge.tarotGameNew(room_jid, hand[players[0]], profile)