This commit is contained in:
Sijmen 2019-03-08 20:41:34 +01:00
parent 11d7d359da
commit b9684509d9

View file

@ -137,7 +137,6 @@ class Model:
"""
Feed the mosquitos that want to and can be fed
"""
# TODO: dit refactoren?
for mos in self.mosquitos:
if not mos.hungry:
continue