Diff

plugins/mod_saslauth.lua @ 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
parent 10111:0f335815244f
child 10334:2147942710bb
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"));