Diff

net/server.lua @ 74:09bda2782837

Remove debugging output from when doing TLS
author Matthew Wild <mwild1@gmail.com>
date Wed, 08 Oct 2008 17:19:00 +0100
parent 66:018705d57f09
child 98:3a2d327c4856
line wrap: on
line diff
--- 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 //--