Remove spurious TODO comment

This commit is contained in:
Mark Haines 2015-05-22 15:53:03 +01:00
parent 7ae8afb7ef
commit 106a3051b8

View File

@ -1140,7 +1140,6 @@ class PresenceEventSource(object):
user_ids_to_check |= set(joined)
updates = []
# TODO(paul): use a DeferredList ? How to limit concurrency.
for observed_user in user_ids_to_check & set(cachemap):
if not (to_key < cachemap[observed_user].serial <= from_key):
continue