NeighborList; Remove old FIXME

This commit is contained in:
Florian Bruhin 2014-02-20 20:46:43 +01:00
parent 858ff4a4f0
commit 7d74e62696

View File

@ -80,7 +80,6 @@ class NeighborList:
IndexError if the border of the list is reached and mode is RAISE.
"""
# FIXME - zooming somehow wraps...
logging.debug("{} items, idx {}, offset {}".format(len(self._items),
self.idx, offset))
if not self._items: