# HG changeset patch # User Kim Alvefur # Date 1570919578 -7200 # Node ID 78090598154290d85f823927d2b868ab9cb8cd00 # Parent e05ea8223b32186cd5a333507882d7e11994a25c mod_saslauth: Remove commented-out debug log line diff -r e05ea8223b32 -r 780905981542 plugins/mod_saslauth.lua --- 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"));