Remove old debug statement.

This commit is contained in:
Anna Rose 2023-10-05 16:10:48 -04:00
parent 678207fd6d
commit a4127ef1ba

View File

@ -45,7 +45,6 @@ function Wave:update()
for i=1, #self.entities, 1 do
if self.entities[i].health == 0 then
table.insert(dead, i)
print(string.format("%d is dead", i))
end
end