remove debug call that caused duplicate results

This commit is contained in:
Laura Klünder 2017-06-17 22:45:44 +02:00
parent 94b080c58d
commit 2cb66cbd64

View file

@ -566,7 +566,6 @@ class BaseQueryWrapper(BaseWrapper):
return self._cached_result
def __iter__(self):
self._get_cached_result()
return iter(self._cached_result)
def iterator(self):