remove testing

This commit is contained in:
Zynh Ludwig 2024-12-02 11:59:29 -08:00
parent e9bb9c8468
commit 375246159d

View file

@ -121,11 +121,3 @@ for _, report in ipairs(reports) do
end
print(safe_count)
local function test()
return true, nil, nil
end
if test() then
print("uwu")
end