diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/server.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/server.lua b/net/server.lua index 68fa5be3..8ec2bcfd 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 //-- |