diff options
-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 1edbe7b7..0ca6d17c 100644 --- a/net/server.lua +++ b/net/server.lua @@ -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 //--
|