Remove redundant (and incorrect) presence pagination fetching code

This commit is contained in:
Paul "LeoNerd" Evans 2014-10-29 14:58:28 +00:00
parent 194e1e9151
commit c5a25f610a

View file

@ -849,9 +849,6 @@ class PresenceEventSource(object):
# TODO(paul): limit
updates = [(k, cachemap[k]) for k in cachemap
if to_key < cachemap[k].serial < from_key]
if updates:
clock = self.clock