# HG changeset patch # User Matthew Wild # Date 1223482740 -3600 # Node ID 09bda2782837b702ba96e903b6464b4683032c78 # Parent 93744800512139ba0108e0989bf91a6190f3a3e9 Remove debugging output from when doing TLS diff -r 937448005121 -r 09bda2782837 net/server.lua --- a/net/server.lua Wed Oct 08 17:06:51 2008 +0500 +++ b/net/server.lua Wed Oct 08 17:19:00 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 //--