Eolian: Remove unnecessary error msg

This commit is contained in:
Kai Huuhko 2014-09-16 13:07:40 +03:00
parent 53a8742878
commit 4073498434
1 changed files with 0 additions and 3 deletions

View File

@ -151,9 +151,6 @@ cdef class EinaIterator(object):
raise StopIteration
itr_ret = eina_iterator_next(self.itr, &data)
if not itr_ret:
EINA_LOG_DOM_ERR(
EOLIAN_DOM, "An error occurred during iteration", NULL
)
eina_iterator_free(self.itr)
raise StopIteration