mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_saslauth: Remove useless debug log line
Fairly useless to only log half of SASL messages. Use mod_stanza_debug instead to get the full exchange.
This commit is contained in:
parent
bf566284b1
commit
8eb15f32e1
1 changed files with 0 additions and 1 deletions
|
@ -75,7 +75,6 @@ local function sasl_process_cdata(session, stanza)
|
|||
local status, ret, err_msg = session.sasl_handler:process(text);
|
||||
status, ret, err_msg = handle_status(session, status, ret, err_msg);
|
||||
local s = build_reply(status, ret, err_msg);
|
||||
log("debug", "sasl reply: %s", s);
|
||||
session.send(s);
|
||||
return true;
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue