From 9ab2e330c275fdfe92da818c3d5b451da7dc011f Mon Sep 17 00:00:00 2001
From: Matthew Wild <mwild1@gmail.com>
Date: Wed, 8 Oct 2008 17:19:00 +0100
Subject: Remove debugging output from when doing TLS

---
 net/server.lua | 1 -
 1 file changed, 1 deletion(-)

(limited to 'net')

diff --git a/net/server.lua b/net/server.lua
index 1edbe7b7..0ca6d17c 100644
--- a/net/server.lua
+++ b/net/server.lua
@@ -39,7 +39,6 @@ local coroutine_wrap = coroutine.wrap
 local coroutine_yield = coroutine.yield
 local print = print;
 local out_put = function () end --print;
-local out_put = print;
 local out_error = print;
 
 --// extern libs //--
-- 
cgit v1.2.3