certmanager: Remove debug logging accidentally committed

Tue, 13 Jul 2010 15:28:52 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 13 Jul 2010 15:28:52 +0100
changeset 3356
cf6be653c619
parent 3355
9bb2da325d4d
child 3357
1dd83dd2b832

certmanager: Remove debug logging accidentally committed

core/certmanager.lua file | annotate | diff | comparison | revisions
--- 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"

mercurial