From c37930b7e8964946a6dd3c62eb8201c6abbd8f41 Mon Sep 17 00:00:00 2001 From: Ukendio Date: Tue, 24 Dec 2024 21:21:27 +0100 Subject: [PATCH] Remove print --- test/tests.luau | 1 - 1 file changed, 1 deletion(-) diff --git a/test/tests.luau b/test/tests.luau index 7f64172..04f0aef 100644 --- a/test/tests.luau +++ b/test/tests.luau @@ -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")