Changeset

74:09bda2782837

Remove debugging output from when doing TLS
author Matthew Wild <mwild1@gmail.com>
date Wed, 08 Oct 2008 17:19:00 +0100
parents 73:937448005121
children 76:7346ef3e80ac
files net/server.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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 //--