Remove debugging output from when doing TLS

This commit is contained in:
Matthew Wild 2008-10-08 17:19:00 +01:00
parent e6b3e32fb7
commit 9ab2e330c2

View file

@ -39,7 +39,6 @@ local coroutine_wrap = coroutine.wrap
local coroutine_yield = coroutine.yield
local print = print;
local out_put = function () end --print;
local out_put = print;
local out_error = print;
--// extern libs //--