# HG changeset patch # User Matthew Wild # Date 1223482811 -3600 # Node ID 7346ef3e80acd8da26bcf3275d9f20a23b64af35 # Parent 09bda2782837b702ba96e903b6464b4683032c78# Parent 338e75cba18d4afb8fff9fc2b09c052512249456 Merged docs from paul diff -r 338e75cba18d -r 7346ef3e80ac net/server.lua --- a/net/server.lua Wed Oct 08 19:17:14 2008 +0300 +++ b/net/server.lua Wed Oct 08 17:20:11 2008 +0100 @@ -39,7 +39,6 @@ local coroutine_yield = coroutine.yield local print = print; local out_put = function () end --print; -local out_put = print; local out_error = print; --// extern libs //--