Software / code / prosody
Diff
net/server.lua @ 659:c424bec771d9
Remove some debugging code that slipped in
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Sat, 27 Dec 2008 21:22:49 +0000 |
| parent | 658:1952fdcf1017 |
| child | 731:c29cf3ffa3fc |
line wrap: on
line diff
--- a/net/server.lua Sat Dec 27 21:20:09 2008 +0000 +++ b/net/server.lua Sat Dec 27 21:22:49 2008 +0000 @@ -101,7 +101,6 @@ local wrapclient, err out_put("Starting a new server on "..tostring(serverport).." with ssl: "..tostring(sslctx)); - out_put(traceback()) if sslctx then if not ssl_newcontext then return nil, "luasec not found"