Remove logging for server.lua

remotes/origin/sasl
Matthew Wild 17 years ago
parent 985f775c68
commit 89eb3c5d00
  1. 1
      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 //--

Loading…
Cancel
Save