diff frontends/quick_frontend/quick_app.py @ 117:1f0fd6f03e2b

misc fixes
author Goffi <goffi@goffi.org>
date Sat, 03 Jul 2010 12:01:01 +0800
parents 94011f553cd0
children ded2431cea5a
line wrap: on
line diff
--- a/frontends/quick_frontend/quick_app.py	Thu Jul 01 18:52:51 2010 +0800
+++ b/frontends/quick_frontend/quick_app.py	Sat Jul 03 12:01:01 2010 +0800
@@ -190,7 +190,6 @@
     def presenceUpdate(self, jabber_id, show, priority, statuses, profile):
         if not self.__check_profile(profile):
             return
-        print "check ok"
         debug (_("presence update for %(jid)s (show=%(show)s, priority=%(priority)s, statuses=%(statuses)s) [profile:%(profile)s]") % {'jid':jabber_id, 'show':show, 'priority':priority, 'statuses':statuses, 'profile':profile});
         from_jid=JID(jabber_id)
         debug ("from_jid.short=%(from_jid)s whoami.short=%(whoami)s" % {'from_jid':from_jid.short, 'whoami':self.profiles[profile]['whoami'].short})
@@ -284,7 +283,6 @@
         if not self.__check_profile(profile):
             return
         debug (_("New Tarot Game"))
-        print "room: %s, hand: %s" % (room_jid,hand)
         if self.chat_wins.has_key(room_jid):
             self.chat_wins[room_jid].getGame("Tarot").newGame(hand)