aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2008-10-08 17:19:00 +0100
committerMatthew Wild <mwild1@gmail.com>2008-10-08 17:19:00 +0100
commit9ab2e330c275fdfe92da818c3d5b451da7dc011f (patch)
tree0bbae9e68b35da3c7541bd6ccf47b679a935f8b3 /net
parente6b3e32fb740d25f8e2af0671e6c62f2c9f6a66f (diff)
downloadprosody-9ab2e330c275fdfe92da818c3d5b451da7dc011f.tar.gz
prosody-9ab2e330c275fdfe92da818c3d5b451da7dc011f.zip
Remove debugging output from when doing TLS
Diffstat (limited to 'net')
-rw-r--r--net/server.lua1
1 files changed, 0 insertions, 1 deletions
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 //--