Software /
code /
prosody
Changeset
3356:cf6be653c619
certmanager: Remove debug logging accidentally committed
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 13 Jul 2010 15:28:52 +0100 |
parents | 3355:9bb2da325d4d |
children | 3357:1dd83dd2b832 |
files | core/certmanager.lua |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/core/certmanager.lua Tue Jul 13 13:56:14 2010 +0100 +++ b/core/certmanager.lua Tue Jul 13 15:28:52 2010 +0100 @@ -32,8 +32,6 @@ depth = user_ssl_config.depth; }; - log("warn", "keyfile: %q", ssl_config.key); - local ctx, err = ssl_newcontext(ssl_config); if not ctx then err = err or "invalid ssl config"