mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Remove print
This commit is contained in:
parent
5a3342271f
commit
c9ebaec0be
1 changed files with 0 additions and 1 deletions
|
@ -171,7 +171,6 @@ TEST("world", function()
|
|||
world:remove(id, Poison)
|
||||
|
||||
CHECK(world:get(id, Poison) == nil)
|
||||
print(world:get(id, Health))
|
||||
CHECK(world:get(id, Health) == 50)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue