diff browser_side/contact.py @ 22:586f69e85559

browser_side: removed some useless mess + changed delay for warning message to 2s
author Goffi <goffi@goffi.org>
date Sun, 17 Apr 2011 00:38:33 +0200
parents 77c2e48efa29
children 258dfaa1035f
line wrap: on
line diff
--- a/browser_side/contact.py	Sun Apr 17 00:21:44 2011 +0200
+++ b/browser_side/contact.py	Sun Apr 17 00:38:33 2011 +0200
@@ -153,9 +153,6 @@
        @param group: string of single group, or list of string
        @param contact_jid: jid to test
        @return: True if contact_jid is in on of the groups"""
-       print "isContactInGroup: %s, %s" % (group, contact_jid)
-       print JID(contact_jid)
-       print self.groups[group]
        if self.groups.has_key(group) and contact_jid in self.groups[group]:
            return True
        return False