diff options
author | Matthew Wild <mwild1@gmail.com> | 2010-07-13 15:28:52 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2010-07-13 15:28:52 +0100 |
commit | e5aa3b54328418d0052503bb8d44ab17c5e7b6ad (patch) | |
tree | d5a20791d7fcb82509761c325e39cb049578444a /core/certmanager.lua | |
parent | 2ffddaad844c61f83fd801ebc1a8787925c26f19 (diff) | |
download | prosody-e5aa3b54328418d0052503bb8d44ab17c5e7b6ad.tar.gz prosody-e5aa3b54328418d0052503bb8d44ab17c5e7b6ad.zip |
certmanager: Remove debug logging accidentally committed
Diffstat (limited to 'core/certmanager.lua')
-rw-r--r-- | core/certmanager.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/certmanager.lua b/core/certmanager.lua index 947aa0f2..5de604f7 100644 --- a/core/certmanager.lua +++ b/core/certmanager.lua @@ -32,8 +32,6 @@ function create_context(host, mode, config) 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" |