Changeset

10333:780905981542

mod_saslauth: Remove commented-out debug log line
author Kim Alvefur <zash@zash.se>
date Sun, 13 Oct 2019 00:32:58 +0200
parents 10332:e05ea8223b32
children 10334:2147942710bb
files plugins/mod_saslauth.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/mod_saslauth.lua	Sat Oct 12 20:22:07 2019 +0200
+++ b/plugins/mod_saslauth.lua	Sun Oct 13 00:32:58 2019 +0200
@@ -66,7 +66,6 @@
 	local text = stanza[1];
 	if text then
 		text = base64.decode(text);
-		--log("debug", "AUTH: %s", text:gsub("[%z\001-\008\011\012\014-\031]", " "));
 		if not text then
 			session.sasl_handler = nil;
 			session.send(build_reply("failure", "incorrect-encoding"));