Remove print statement.
This commit is contained in:
parent
bb8269e051
commit
a72b1ced91
|
@ -3513,7 +3513,6 @@ class RosterWindow:
|
||||||
self.collapsed_rows.remove(account + group)
|
self.collapsed_rows.remove(account + group)
|
||||||
for contact in gajim.contacts.iter_contacts(account):
|
for contact in gajim.contacts.iter_contacts(account):
|
||||||
jid = contact.jid
|
jid = contact.jid
|
||||||
print contact.jid, group, gajim.contacts.is_big_brother(account, contact.jid, accounts), self.collapsed_rows
|
|
||||||
if group in contact.groups and gajim.contacts.is_big_brother(
|
if group in contact.groups and gajim.contacts.is_big_brother(
|
||||||
account, jid, accounts) and account + group + jid \
|
account, jid, accounts) and account + group + jid \
|
||||||
not in self.collapsed_rows:
|
not in self.collapsed_rows:
|
||||||
|
|
Loading…
Reference in New Issue