aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2010-07-13 15:28:52 +0100
committerMatthew Wild <mwild1@gmail.com>2010-07-13 15:28:52 +0100
commite5aa3b54328418d0052503bb8d44ab17c5e7b6ad (patch)
treed5a20791d7fcb82509761c325e39cb049578444a /core
parent2ffddaad844c61f83fd801ebc1a8787925c26f19 (diff)
downloadprosody-e5aa3b54328418d0052503bb8d44ab17c5e7b6ad.tar.gz
prosody-e5aa3b54328418d0052503bb8d44ab17c5e7b6ad.zip
certmanager: Remove debug logging accidentally committed
Diffstat (limited to 'core')
-rw-r--r--core/certmanager.lua2
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"