Remove debugging output from when doing TLS

Wed, 08 Oct 2008 17:19:00 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Wed, 08 Oct 2008 17:19:00 +0100
changeset 74
09bda2782837
parent 73
937448005121
child 76
7346ef3e80ac

Remove debugging output from when doing TLS

net/server.lua file | annotate | diff | comparison | revisions
--- 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 //--

mercurial