diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-10-08 17:19:00 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-10-08 17:19:00 +0100 |
commit | 9ab2e330c275fdfe92da818c3d5b451da7dc011f (patch) | |
tree | 0bbae9e68b35da3c7541bd6ccf47b679a935f8b3 /net | |
parent | e6b3e32fb740d25f8e2af0671e6c62f2c9f6a66f (diff) | |
download | prosody-9ab2e330c275fdfe92da818c3d5b451da7dc011f.tar.gz prosody-9ab2e330c275fdfe92da818c3d5b451da7dc011f.zip |
Remove debugging output from when doing TLS
Diffstat (limited to 'net')
-rw-r--r-- | net/server.lua | 1 |
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 //--
|