From af09c42e8067dfc832f7e1dce92860e1022c75fa Mon Sep 17 00:00:00 2001 From: amelia squires Date: Tue, 14 Oct 2025 21:46:38 -0500 Subject: tons of thread changed, more testing needed --- tests/tests.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/tests.lua') diff --git a/tests/tests.lua b/tests/tests.lua index 6dae570..39c4d12 100644 --- a/tests/tests.lua +++ b/tests/tests.lua @@ -20,7 +20,6 @@ end local handle = assert(io.popen("find tests/units/".. search .." -type f")) for file in handle:lines() do - print(_G._locals) total = total + 1 local f = loadfile(file)() -- cgit v1.2.3