diff --git a/net/server.lua b/net/server.lua index 68fa5be34..8ec2bcfd4 100644 --- a/net/server.lua +++ b/net/server.lua @@ -37,7 +37,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 //--