plugins/mod_saslauth.lua
changeset 10337 780905981542
parent 10115 0f335815244f
child 10338 2147942710bb
--- 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"));