diff options
author | Krzysztof Klinikowski <kkszysiu@gmail.com> | 2010-05-27 14:53:59 +0200 |
---|---|---|
committer | Krzysztof Klinikowski <kkszysiu@gmail.com> | 2010-05-27 14:53:59 +0200 |
commit | ecb7a77e2905e145affea0603b74df95866a20a0 (patch) | |
tree | c66b503c128f0f3f1a3bf2d2ac613d61dcee5466 /sunshine/channel/contact_list.py | |
parent | 33cec7c16e8cf58abc6c69752c6207222066dbf9 (diff) |
A little clean up.
Diffstat (limited to 'sunshine/channel/contact_list.py')
-rw-r--r-- | sunshine/channel/contact_list.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sunshine/channel/contact_list.py b/sunshine/channel/contact_list.py index 5ea2175..0fbf4f3 100644 --- a/sunshine/channel/contact_list.py +++ b/sunshine/channel/contact_list.py @@ -253,8 +253,6 @@ class SunshineSubscribeListChannel(SunshineListChannel): def _filter_contact(self, contact): return (True, False, False) - #return (contact.is_member(papyon.Membership.FORWARD) and not - # contact.is_member(papyon.Membership.PENDING), False, False) #@Lockable(mutex, 'add_subscribe', 'finished_cb') # def _add(self, handle_id, message, finished_cb): |