mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_admin_shell: Remove log statement intended for development only
This commit is contained in:
parent
b53c7b03aa
commit
76f00fc2e3
1 changed files with 0 additions and 1 deletions
|
@ -191,7 +191,6 @@ local function request_repl_input(session, input_type)
|
|||
pending_inputs:set(input_id, nil);
|
||||
end);
|
||||
session.send(st.stanza("repl-request-input", { type = input_type, id = input_id }));
|
||||
module:log("warn", "REQUESTED INPUT %s", input_type);
|
||||
return p;
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue