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
6234dd1bc2
commit
c37930b7e8
1 changed files with 0 additions and 1 deletions
|
@ -373,7 +373,6 @@ TEST("world:query()", function()
|
|||
CHECK(#q:archetypes() == 1)
|
||||
CHECK(not table.find(q:archetypes(), world.archetypes[table.concat({Foo, Bar, Baz}, "_")]))
|
||||
world:delete(Foo)
|
||||
print(#q:archetypes())
|
||||
CHECK(#q:archetypes() == 0)
|
||||
end
|
||||
do CASE("multiple iter")
|
||||
|
|
Loading…
Reference in a new issue