Remove print

This commit is contained in:
Ukendio 2024-12-24 21:21:27 +01:00
parent 6234dd1bc2
commit c37930b7e8

View file

@ -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")